아.....인텔리제이 유료버전이 만료가되다니......조졌다리.....
그래서 VSCode사용합니다.. 눈물을 머금고
ctrl + shift + a
Spring Initializr -> 2점대 버전 선택 -> Java -> 도메인 네임
war : view 있음, 따라서 같이 배포
jar : view 없음
11버전
따란
dependencies {
// https://mvnrepository.com/artifact/com.auth0/java-jwt
implementation group: 'com.auth0', name: 'java-jwt', version: '4.2.1'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'org.jsoup:jsoup:1.15.3'
implementation 'javax.servlet:jstl'
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
}
저어기 URL 가서 찾아서 복붙(사람들이 많이 한 것 사용하기)
jwt 확인하기