application-dev.yml 645 B

123456789101112131415161718192021222324252627282930
  1. spring:
  2. datasource:
  3. type: org.apache.tomcat.jdbc.pool.DataSource
  4. driverClassName: oracle.jdbc.OracleDriver
  5. username: HILINK_TEST
  6. password: select!#%*(
  7. url: jdbc:oracle:thin:@erp.hlktech.com:1521:orcl
  8. http:
  9. encoding:
  10. force: true
  11. charset: UTF-8
  12. enabled: true
  13. message:
  14. encoding: UTF-8
  15. server:
  16. tomcat:
  17. uri_encoding: UTF-8
  18. context-path:
  19. /EIS
  20. logging:
  21. level:
  22. org:
  23. hibernate:
  24. type: trace
  25. config: classpath:logback-prod.xml
  26. action:
  27. api_action: /EIS/api
  28. public_actions: /EIS/logout,/EIS/hello1