Skip to content

Commit

Permalink
update posting
Browse files Browse the repository at this point in the history
  • Loading branch information
rahon6000 committed Oct 26, 2023
1 parent bf45d54 commit 0a76970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/2023-10-25-SpringBootStarter.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/db_name
spring.datasource.username=KoreanArmy
spring.datasource.password=1Q2W3E4R
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.show-sql:true # false 로 둬도 되는데, 개발중엔 true 로 둡니다.
# 로그 설정
logging.level.root=debug # console 에 출력되는 로그 수준 설정...
spring.output.ansi.enabled=always # 로그가 예뻐집니다
spring.jpa.properties.hibernate.show_sql=true # false 로 둬도 되는데, 개발중엔 true 로 둡니다.
spring.jpa.properties.hibernate.format_sql=true # sql 로그가 에뻐집니다.
# 타임리프 캐싱 설정 (수정시 반영하기 위함)
spring.thymeleaf.cache=false
Expand Down

0 comments on commit 0a76970

Please sign in to comment.