application.properties 479 B

1234567891011121314151617181920
  1. # 端口号
  2. server.port=12900
  3. # 数据源配置
  4. spring.datasource.driver-class-name=org.postgresql.Driver
  5. spring.datasource.url=jdbc:postgresql://192.168.70.109:5432/sqmmt
  6. spring.datasource.username=sqmdb
  7. spring.datasource.password=sqmdb_1QAZ
  8. # 日志
  9. logging.level.top.lifuquan=debug
  10. logging.file=log/terminalApplication.log
  11. # 定时调度
  12. scheduled.pool.size=2
  13. # 延迟天数
  14. scheduled.delay=1
  15. scheduled.cronVolte=0 30 11 * * ?
  16. scheduled.cron5g=0 30 13 * * ?
  17. t2.apiServer=192.168.70.130:12088