스프링부트 프로젝트 초기 설정 (with Jasypt, Swagger, Querydsl)
BE/Spring2024. 6. 30. 16:44스프링부트 프로젝트 초기 설정 (with Jasypt, Swagger, Querydsl)

DateFilm Project Series 글 목록 더보기1. Mysql 8.0, phpMyAdmin 세팅 (with.docker-compose)2. 스프링부트 프로젝트 초기 설정 (with Jasypt, Swagger, Querydsl)3. CI/CD 구축하기 (with Jenkins, Docker, Springboot) 시작프로젝트 생성Jasypt 암호화SwaggerQuerydsl프로젝트 구조datefilm_server├── config├── constant│ └── enum├── controller├── dto├── exception├── model├── repository└── service프로젝트 생성https://start.spring.io/  프로젝트 설정과 필요한 dependencie..

image