application.properties 정리
spring.profiles.include: 다른 properties 파일을 포함시킴 #JPA spring.jpa.show_sql=true : 디버그 콘솔에서 실행된 sql 보기 spring.jpa.hibernate.ddl-auto=none : 소스의 내용을 DB에 자동으로 적용 spring.jpa.properties.hibernate.format_sql=true : sql문을 보기 좋게 출력 spring.jpa.properties.hibernate.dialect : SQL문을 어느 …
application.properties 정리 Read More