풀스택 124

Spring Boot 기초(file) - AWS 풀스택 과정 79일차

목차1.file 1. file◈ application.propertiesspring.application.name=springserver.port=8089# 타임리프 캐싱 끄기. 새로고침 반영 설정spring.thymeleaf.cache=falsespring.thymeleaf.enabled=truespring.thymeleaf.prefix=classpath:/templates/spring.thymeleaf.suffix=.html# DB 설정spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driverspring.datasource.jdbc-url=jdbc:mysql://localhost:3306/bootdbspring.datasource.username=sp..

Java/Spring Boot 2024.11.18