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.

110 lines
4.4 KiB

3 days ago
  1. spring.datasource.url=jdbc:sqlserver://xujiesoft.vicp.net:11515;databaseName=TT-India
  2. #spring.datasource.url=jdbc:sqlserver://192.168.1.90:1433;databaseName=TT-2024
  3. spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
  4. #spring.datasource.url=jdbc:sqlserver://xujiesoft.vicp.net:11512;databaseName=CCL_SCHEDULE
  5. spring.datasource.username=sa
  6. spring.datasource.password=XJsoft123
  7. #spring.datasource.username=xjsoft
  8. #spring.datasource.password=XsoftJ123
  9. spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
  10. spring.datasource.query-timeout= 10
  11. spring.datasource.druid.initial-size= 5
  12. spring.datasource.druid.max-active= 500
  13. spring.datasource.druid.min-idle= 5
  14. spring.datasource.druid.max-wait= 60000
  15. spring.datasource.druid.login-timeout= 30
  16. spring.datasource.druid.pool-prepared-statements= true
  17. spring.datasource.druid.max-pool-prepared-statement-per-connection-size= 20
  18. spring.datasource.druid.validation-query= SELECT 1
  19. spring.datasource.druid.validation-query-timeout= 2000
  20. spring.datasource.druid.test-while-idle= true
  21. spring.datasource.druid.test-on-borrow= false
  22. spring.datasource.druid.test-on-return= false
  23. spring.datasource.druid.time-between-eviction-runs-millis= 60000
  24. spring.datasource.druid.min-evictable-idle-time-millis= 30000
  25. spring.datasource.druid.filters.enabled= true
  26. spring.datasource.druid.log-slow-sql= true
  27. spring.datasource.druid.filters= stat,wall
  28. spring.datasource.druid.filters.stat.enabled=true
  29. spring.datasource.druid.filters.wall.enabled=true
  30. spring.datasource.druid.web-stat-filter.url-pattern: /*
  31. spring.datasource.druid.web-stat-filter.exclusions= "*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*"
  32. spring.datasource.druid.web-stat-filter.session-stat-enable= true
  33. spring.datasource.druid.stat-view-servlet.url-pattern= /druid/*
  34. spring.datasource.druid.stat-view-servlet.login-username= admin
  35. spring.datasource.druid.stat-view-servlet.login-password= 123456
  36. spring.freemarker.settings.number_format=0.##
  37. scanstation.datasource.url=jdbc:sqlserver://192.168.1.90:1433;databaseName=TT-2024
  38. scanstation.datasource.username=sa
  39. scanstation.datasource.password=XJsoft123
  40. scanstation.datasource.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
  41. scanstation.datasource.sql.serials=select id, barcode1 as serialNo from t_barcode order by id
  42. scanstation.datasource.sql.cutById=delete from t_barcode where id<= ?
  43. #ifs.datasource.url=jdbc:mysql://127.0.0.1:3306/cclnbr?autoReconnect=true&characterEncoding=UTF-8&logger=com.mysql.jdbc.log.Slf4JLogger&profileSQL=true
  44. #ifs.datasource.username=root
  45. #ifs.datasource.password=asdf1234
  46. #ifs.datasource.driver=com.mysql.jdbc.Driver
  47. ifs.datasource.sql.order=select * from v_ifsso where site='41' and order_no=?
  48. # Enable http cache
  49. spring.resources.cachePeriod=36000
  50. # port
  51. server.port=8081
  52. server.session.cookie.name=JSESSIONID_tt-2025
  53. spring.jpa.properties.hibernate.show_sql=true
  54. spring.jpa.properties.hibernate.format_sql=false
  55. spring.jpa.properties.hibernate.use_sql_comments=true
  56. spring.jpa.properties.hibernate.type=trace
  57. #javagrinko.tcp-server.port = 20502
  58. #javagrinko.tcp-server.auto-start = true
  59. logging.file=cclnbr.log
  60. logging.level.root=INFO
  61. logging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG
  62. logging.level.org.springframework.web=INFO
  63. eeeecode=JC62
  64. #-------------------------------------------ftp配置参数----------------------------------------------------
  65. com.ftp.ftpHost = 192.168.1.84
  66. com.ftp.ftpPort = 21
  67. com.ftp.ftpUser = ftpadmin
  68. com.ftp.ftpPassword = XJerp123
  69. com.ftp.ftpDir = ftp
  70. #com.ftp.ftpHost = 192.168.1.83
  71. #com.ftp.ftpPort = 21
  72. #com.ftp.ftpUser = xjftpUser
  73. #com.ftp.ftpPassword = xjftp123
  74. #com.ftp.ftpDir = ftp
  75. #-------------------------------------------定时器时间设置---------------------------------------------------
  76. tt.statement.roll = 00 50 06 * * ?
  77. tt.statement.order = 00 00 01 * * ?
  78. tt.statement.shipment = 00 0/10 * * * ?
  79. clodoplisence =13F0BE8384627DC160918577C6284F11
  80. #20230817添加 邮件发送配置
  81. #编码
  82. spring.mail.default-encoding: UTF-8
  83. #邮箱类型
  84. spring.mail.host: smtp.qq.com
  85. #发送者的邮箱密码
  86. spring.mail.password: bbusbydnulnxbdgc
  87. #发送者邮箱账号
  88. spring.mail.username: 877258667@qq.com
  89. #端口号
  90. spring.mail.port: 465
  91. #协议
  92. spring.mail.protocol: smtps
  93. item.filePath: D:\\csvFile
  94. item.zipPath: D:\\zipFile
  95. item.site: 41
  96. #IFS接口配置
  97. item.ifs-url=https://cclifswebservice.ccldesign.com/api/v1/
  98. item.ifs-db-name=IFST
  99. #item.ifs-domain-user-id=JIAHE_TIAN
  100. item.ifs-domain-user-id=CCL_WMS