chenyongxing 8 년 전
부모
커밋
82e000af6a
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      src/main/resources/application.yml

+ 0 - 8
src/main/resources/application.yml

@ -27,11 +27,3 @@ spring:
    view:
      prefix: /pages/
      suffix: .jsp
#  # Show or not log for each sql query
#  spring.jpa.show-sql = true
#  # Hibernate ddl auto (create, create-drop, update)
#  spring.jpa.hibernate.ddl-auto = update
#  # Naming strategy
#  spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy
#  # stripped before adding them to the entity manager)
#  spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect