You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.4 KiB

4 months ago
3 months ago
2 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
  1. spring:
  2. profiles:
  3. active: @spring.profiles.active@
  4. jackson:
  5. deserialization:
  6. fail-on-unknown-properties: false
  7. datasource:
  8. sqlserver1:
  9. jdbc-url: jdbc:sqlserver://52.76.43.43:1433;databaseName=hwhcGold;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true;
  10. username: hwhc_gold_query
  11. password: hwhc_gold_query4564jkj
  12. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  13. application:
  14. name: demo
  15. mybatis:
  16. type-handlers-package: com.example.demo.Util
  17. configuration:
  18. mysql1:
  19. map-underscore-to-camel-case: true
  20. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  21. sqlserver1:
  22. map-underscore-to-camel-case: true
  23. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  24. mysql2:
  25. map-underscore-to-camel-case: true
  26. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  27. mysql3:
  28. map-underscore-to-camel-case: true
  29. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  30. default-executor-type: reuse
  31. upload:
  32. path: D:\upload
  33. file:
  34. upload:
  35. url: http://39.101.133.168:8828/hljw/api/aws/upload
  36. bean:
  37. recharge:
  38. # url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  39. url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
  40. consume:
  41. url: http://39.101.133.168:8828/hljwgo/api/wallet/pay
  42. server:
  43. port: 8081
  44. # logging:
  45. # level:
  46. # org.springframework.jdbc.core.JdbcTemplate: DEBUG
  47. # org.springframework.orm.jpa: DEBUG