SpringBootSecurity
src
main
resources
sql
t_role_permission.sql
1KB
t_user_role.sql
1KB
t_permission.sql
821B
t_session.sql
800B
t_user.sql
1KB
t_role.sql
888B
application-db.yml
1KB
application-jpa.yml
169B
application-druid.yml
707B
application-thymeleaf.yml
262B
templates
common
header.html
371B
footer.html
233B
home.html
846B
student.html
584B
guest.html
355B
admin.html
582B
teacher.html
584B
login.html
1KB
user
view.html
987B
update.html
768B
list.html
1KB
add.html
862B
error
500.html
337B
403.html
358B
banner.txt
185B
static
img
a.jpg
306KB
application.yml
300B
java
com
yb
springboot
service
UserSecurityService.java
2KB
impl
UserServiceImpl.java
3KB
IUserService.java
462B
controller
AuthController.java
496B
UserController.java
5KB
base
dto
BaseResultDTO.java
792B
constant
BaseEnum.java
674B
exception
BaseException.java
854B
BaseExceptionHandler.java
2KB
config
WebMvcConfig.java
3KB
entity
BaseEntity.java
628B
exception
UserSecurityAccessDeniedHandler.java
2KB
util
encode
MD5PasswordEncoder.java
602B
PasswordEncoderUtils.java
619B
MD5Utils.java
1KB
config
WebSecurityConfig.java
6KB
DataSourceConfig.java
805B
WebMethodSecurityConfig.java
1KB
DbConfig.java
2KB
Application.java
390B
entity
RoleEntity.java
852B
UserEntity.java
1KB
PermissionEntity.java
563B
evaluator
UserSecurityPermissionEvaluator.java
2KB
repository
RoleRepository.java
348B
UserRepository.java
938B
BaseRepository.java
385B
SpringBootSecurity.iml
11KB
pom.xml
6KB
暂无评论