chenyongxing преди 7 години
родител
ревизия
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:
    view:
      prefix: /pages/
      prefix: /pages/
      suffix: .jsp
      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