spring: devtools: restart: enabled: true livereload: enabled: true datasource: url: jdbc:sqlserver://10.32.86.125:443;databaseName=TestDB;sendStringParametersAsUnicode=false; driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver username: archuser password: archuser jmx-enabled: true jpa: hibernate: naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl properties: hibernate: show_sql: true format_sql: false dialect: org.ylhealth.ym.springtest.hibernate.SqlServerDialectWithNvarchar globally_quoted_identifiers: true temp: use_jdbc_metadata_defaults: false logging: level: org: ylhealth.ym.springtest: DEBUG springframework: orm.jpa.JpaTransactionManager: DEBUG # 設為 DEBUG 可查看 transaction transaction: DEBUG # 設為 DEBUG 可查看 transaction web.filter.CommonsRequestLoggingFilter: DEBUG