gejian created SHIRO-635:
----------------------------
Summary: confilict with spring-boot-starter-data-jpa
Key: SHIRO-635
URL: https://issues.apache.org/jira/browse/SHIRO-635
Project: Shiro
Issue Type: Bug
Components: Integration: Spring
Affects Versions: 1.4.0-RC2
Environment: win10, intellij idea
Reporter: gejian
Assignee: Les Hazlewood
Attachments: xiaojucheng.7z
i am using the shiro-spring-boot-web-starter:1.4.0 with spring boot.
the attachment is a maven based project.
the example class is com.ankin.dajucheng.controller.ClassificationController.
when spring-data-jpa is used, the method:queryClassifications in the controller
class of spring mvc can not mapping to the correct method, if you enter
'http://localhost:8500/classification/simple', it will return 404.
But if i remove the shiro annotations(@RequiresRoles) in the controller class,
then if you enter 'http://localhost:8500/classification/simple', it will return
the correct string 'simple:success';
the datasource is set to jdbc:mysql://192.168.1.118:3306/nmx in
application.properties, you can change to any mysql database url. i haven't add
any entity, so every avaliable database is ok.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)