Checkpoint_2

This commit is contained in:
Gnazarov 2025-02-19 18:41:52 +03:00
parent a2626980d4
commit c4e4bcec19
5 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.example.nto.config;
public class WebSecurityConfig {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.entity;
public class Authority {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.repository;
public interface AuthorityRepository {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.service.impl;
public class UserDetailsServiceImpl {
}

View File