Checkpoint_2
This commit is contained in:
parent
a2626980d4
commit
c4e4bcec19
@ -0,0 +1,4 @@
|
||||
package com.example.nto.config;
|
||||
|
||||
public class WebSecurityConfig {
|
||||
}
|
4
src/main/java/com/example/nto/entity/Authority.java
Normal file
4
src/main/java/com/example/nto/entity/Authority.java
Normal file
@ -0,0 +1,4 @@
|
||||
package com.example.nto.entity;
|
||||
|
||||
public class Authority {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package com.example.nto.repository;
|
||||
|
||||
public interface AuthorityRepository {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package com.example.nto.service.impl;
|
||||
|
||||
public class UserDetailsServiceImpl {
|
||||
}
|
0
src/main/resources/schema.sql
Normal file
0
src/main/resources/schema.sql
Normal file
Loading…
x
Reference in New Issue
Block a user