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.

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