application.properties 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # web服务端口号
  2. server.port=12128
  3. # 数据源
  4. #spring.datasource.driver-class-name=org.postgresql.Driver
  5. #spring.datasource.url=jdbc:postgresql://localhost:5432/login
  6. #spring.datasource.username=postgres
  7. #spring.datasource.password=postgres
  8. # log
  9. # log配置
  10. logging.level.root=info
  11. logging.level.com.nokia=debug
  12. logging.file.name=log/acl.log
  13. #spring.redis.host=localhost
  14. #spring.redis.port=6379
  15. #spring.redis.database=0
  16. # 正式环境数据源GP数据库配置
  17. spring.datasource.driver-class-name=org.postgresql.Driver
  18. spring.datasource.url=jdbc:postgresql://192.168.70.109:5432/sqmmt
  19. spring.datasource.username=sqmdb
  20. spring.datasource.password=sqmdb_1QAZ
  21. # 正式环境Redis配置
  22. spring.redis.host=192.168.70.125
  23. spring.redis.port=6379
  24. spring.redis.database=0
  25. spring.redis.password=Richr00t
  26. redis.timeoutSeconds=600
  27. top.url=http://10.17.180.3/prod-api/verifySystem
  28. dop.url=http://10.17.180.5:8089/prod-api/verifySystem
  29. top.api.fromSystem=dh
  30. dop.api.fromSystem=dh
  31. top.redirect.url=https://133.96.90.208/login
  32. dop.redirect.url=http://133.96.90.210:8089/login
  33. mybatis.mapper-locations=classpath*:mapper/**/**Mapper.xml