src/main/resources/application-dev.yml
@@ -13,6 +13,7 @@ username: sa password: sa@123 url: jdbc:sqlserver://192.168.4.15:1433;databasename=jxhcwms # url: jdbc:sqlserver://127.0.0.1:1433;databasename=jxhcwms mvc: static-path-pattern: /** redis: @@ -30,7 +31,7 @@ # global-config: # field-strategy: 0 configuration: # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl map-underscore-to-camel-case: true cache-enabled: true call-setters-on-nulls: true