spring: profiles: active: @spring.profiles.active@ jackson: deserialization: fail-on-unknown-properties: false datasource: sqlserver1: jdbc-url: jdbc:sqlserver://52.76.43.43:1433;databaseName=hwhcGold;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true; username: hwhc_gold_query password: hwhc_gold_query4564jkj driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver application: name: demo mybatis: type-handlers-package: com.example.demo.Util mapper-locations: classpath*:**/*Mapper.xml type-aliases-package: com.example.demo.domain.entity configuration: mysql1: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl sqlserver1: map-underscore-to-camel-case: true # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl mysql2: map-underscore-to-camel-case: true # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl mysql3: map-underscore-to-camel-case: true # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl default-executor-type: reuse upload: path: D:\upload file: upload: url: http://39.101.133.168:8828/hljw/api/aws/upload bean: recharge: # url: http://api.homilychart.com/hljwgo/api/wallet/recharge url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge consume: url: http://39.101.133.168:8828/hljwgo/api/wallet/pay server: port: 8081 # logging: # level: # org.springframework.jdbc.core.JdbcTemplate: DEBUG # org.springframework.orm.jpa: DEBUG