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.

57 lines
1.7 KiB

5 months ago
4 months ago
4 months ago
5 months ago
5 months ago
4 months ago
5 months ago
5 months ago
4 months ago
5 months ago
5 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. type-aliases-package: com.example.demo.domain.entity
  18. mapper-locations:
  19. - classpath:mapper/*.xml
  20. - classpath:cashMapper/*.xml
  21. - classpath:jindouMapper/*.xml
  22. - classpath:liveMapper/*.xml
  23. - classpath:paymapper/*.xml
  24. configuration:
  25. mysql1:
  26. map-underscore-to-camel-case: true
  27. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  28. sqlserver1:
  29. map-underscore-to-camel-case: true
  30. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  31. mysql2:
  32. map-underscore-to-camel-case: true
  33. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  34. mysql3:
  35. map-underscore-to-camel-case: true
  36. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  37. default-executor-type: reuse
  38. upload:
  39. path: D:\upload
  40. file:
  41. upload:
  42. url: http://39.101.133.168:8828/hljw/api/aws/upload
  43. bean:
  44. recharge:
  45. # url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  46. url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
  47. consume:
  48. url: http://39.101.133.168:8828/hljwgo/api/wallet/pay
  49. server:
  50. port: 8081
  51. # logging:
  52. # level:
  53. # org.springframework.jdbc.core.JdbcTemplate: DEBUG
  54. # org.springframework.orm.jpa: DEBUG