회원가입시 ROLE_USER 만 가지도록 코드 package uha.jwttest.service; import org.springframework.security.crypto.password.PasswordEncoder; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.RequestBody; import uha.jwttest.dto.ExcelDto; import uha.jwttest.dto.UserDto; import uha.jwttest.entity.Authority; import uha.jwttest.entity.User; import uha.jwttest.entity.UserRepository; import uha.jwttest.exception...
#
ADMIN
#
ROLE
#
ROLE_ADMIN
#
ROLE_USER
#
spring
#
SPRING_SECURITY
#
USER