application-test.properties 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #server.port=8610
  2. #server.servlet.context-path=/topro/pub/
  3. #
  4. ##mysql/sqlserver
  5. #mybatis.type-aliases-package= com.xinxin.topro.base.mysqlmodel,com.xinxin.topro.base.sqlservermodel
  6. #
  7. ## redis config
  8. #spring.redis.jedis.pool.max-active=8
  9. #spring.redis.jedis.pool.max-wait=-1
  10. #spring.redis.jedis.pool.max-idle=8
  11. #spring.redis.jedis.pool.min-idle=0
  12. #spring.redis.timeout= 10000
  13. #
  14. ##\u7528\u6237token\u7684\u524D\u7F00
  15. #api.user.token = USER
  16. #api.appUser.token = APP_USER
  17. #
  18. ##\u767B\u9646\u6807\u8BC6 1= \u80FD\u6324\u6389 2= \u4E0D\u80FD\u6324\u6389
  19. #login.identify = 1
  20. #
  21. ##log
  22. #logging.config=classpath:logback.xml
  23. #
  24. #logging.level.com.xinxin.topro.pubservice.mysqlmapper=debug
  25. ##db mysql
  26. #spring.datasource.master.type= com.alibaba.druid.pool.DruidDataSource
  27. #spring.datasource.master.driver-class-name= com.mysql.jdbc.Driver
  28. #spring.datasource.master.url=jdbc:mysql://120.27.0.230:3306/topproemr_test?characterEncoding=utf-8&useSSL=true&noAccessToProcedureBodies=true&allowMultiQueries=true
  29. #spring.datasource.master.username=root
  30. #spring.datasource.master.password=123456
  31. #
  32. ##db sqlsever
  33. #spring.datasource.other.type= com.alibaba.druid.pool.DruidDataSource
  34. #spring.datasource.other.driver-class-name= com.microsoft.sqlserver.jdbc.SQLServerDriver
  35. #spring.datasource.other.url=jdbc:sqlserver://120.27.0.230:1433;DatabaseName=HealthCare
  36. #spring.datasource.other.username=sa
  37. #spring.datasource.other.password=Zjhis87357900
  38. #
  39. ## redis server
  40. #spring.redis.host=120.27.0.230
  41. ## redis port
  42. #spring.redis.port=6379
  43. ## redis password
  44. #spring.redis.password=123456
  45. ## redis \u6570\u636E\u6E90
  46. #spring.redis.database=0
  47. #
  48. #
  49. #http.read.timeout=6000
  50. #http.connect.timeout=6000
  51. #dictionary.engine.url=http://192.168.31.209:8620/topro/engine/api/