목록springboot (2)
Dev JS Blog
Spring boot Starter로 DB 를 연결 해보려한다. Stater..? 가 뭔지 모르는 사람은 참고 2021/02/01 - [IT/스프링] - eclipse STS 로 Spring Boot 프로젝트 시작하기 eclipse STS 로 Spring Boot 프로젝트 시작하기 https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise appli.. allmana.tistory.com 그럼 바로 DB 연결을 해보자! A..
2021/02/01 - [IT/스프링] - Spring boot starter 로 Thymeleaf 사용하기 Spring boot starter 로 Thymeleaf 사용하기 일단 난 처음에 이거 어케 읽어야할지도 난감했다..😅 읽는법은 타임리프로 읽으면 된다. 기존 자주 사용해왔던 JSP 는 Spring Boot에서는 권장하지 않고 Thymeleaf 사용을 권장한다. 이유는 JSP 보다는 allmana.tistory.com 2021/02/01 - [IT/스프링] - Spring boot application.properties 를 가독성있게 바꿔보자 Spring boot application.properties 를 가독성있게 바꿔보자 Spring Boot 에 application.properties 은..