spring.datasource.url=jdbc:sqlserver://xujiesoft.vicp.net:11515;databaseName=TT-India #spring.datasource.url=jdbc:sqlserver://192.168.1.90:1433;databaseName=TT-2024 spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver #spring.datasource.url=jdbc:sqlserver://xujiesoft.vicp.net:11512;databaseName=CCL_SCHEDULE spring.datasource.username=sa spring.datasource.password=XJsoft123 #spring.datasource.username=xjsoft #spring.datasource.password=XsoftJ123 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.query-timeout= 10 spring.datasource.druid.initial-size= 5 spring.datasource.druid.max-active= 500 spring.datasource.druid.min-idle= 5 spring.datasource.druid.max-wait= 60000 spring.datasource.druid.login-timeout= 30 spring.datasource.druid.pool-prepared-statements= true spring.datasource.druid.max-pool-prepared-statement-per-connection-size= 20 spring.datasource.druid.validation-query= SELECT 1 spring.datasource.druid.validation-query-timeout= 2000 spring.datasource.druid.test-while-idle= true spring.datasource.druid.test-on-borrow= false spring.datasource.druid.test-on-return= false spring.datasource.druid.time-between-eviction-runs-millis= 60000 spring.datasource.druid.min-evictable-idle-time-millis= 30000 spring.datasource.druid.filters.enabled= true spring.datasource.druid.log-slow-sql= true spring.datasource.druid.filters= stat,wall spring.datasource.druid.filters.stat.enabled=true spring.datasource.druid.filters.wall.enabled=true spring.datasource.druid.web-stat-filter.url-pattern: /* spring.datasource.druid.web-stat-filter.exclusions= "*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*" spring.datasource.druid.web-stat-filter.session-stat-enable= true spring.datasource.druid.stat-view-servlet.url-pattern= /druid/* spring.datasource.druid.stat-view-servlet.login-username= admin spring.datasource.druid.stat-view-servlet.login-password= 123456 spring.freemarker.settings.number_format=0.## scanstation.datasource.url=jdbc:sqlserver://192.168.1.90:1433;databaseName=TT-2024 scanstation.datasource.username=sa scanstation.datasource.password=XJsoft123 scanstation.datasource.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver scanstation.datasource.sql.serials=select id, barcode1 as serialNo from t_barcode order by id scanstation.datasource.sql.cutById=delete from t_barcode where id<= ? #ifs.datasource.url=jdbc:mysql://127.0.0.1:3306/cclnbr?autoReconnect=true&characterEncoding=UTF-8&logger=com.mysql.jdbc.log.Slf4JLogger&profileSQL=true #ifs.datasource.username=root #ifs.datasource.password=asdf1234 #ifs.datasource.driver=com.mysql.jdbc.Driver ifs.datasource.sql.order=select * from v_ifsso where site='41' and order_no=? # Enable http cache spring.resources.cachePeriod=36000 # port server.port=8081 server.session.cookie.name=JSESSIONID_tt-2025 spring.jpa.properties.hibernate.show_sql=true spring.jpa.properties.hibernate.format_sql=false spring.jpa.properties.hibernate.use_sql_comments=true spring.jpa.properties.hibernate.type=trace #javagrinko.tcp-server.port = 20502 #javagrinko.tcp-server.auto-start = true logging.file=cclnbr.log logging.level.root=INFO logging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG logging.level.org.springframework.web=INFO eeeecode=JC62 #-------------------------------------------ftp配置参数---------------------------------------------------- com.ftp.ftpHost = 192.168.1.84 com.ftp.ftpPort = 21 com.ftp.ftpUser = ftpadmin com.ftp.ftpPassword = XJerp123 com.ftp.ftpDir = ftp #com.ftp.ftpHost = 192.168.1.83 #com.ftp.ftpPort = 21 #com.ftp.ftpUser = xjftpUser #com.ftp.ftpPassword = xjftp123 #com.ftp.ftpDir = ftp #-------------------------------------------定时器时间设置--------------------------------------------------- tt.statement.roll = 00 50 06 * * ? tt.statement.order = 00 00 01 * * ? tt.statement.shipment = 00 0/10 * * * ? clodoplisence =13F0BE8384627DC160918577C6284F11 #20230817添加 邮件发送配置 #编码 spring.mail.default-encoding: UTF-8 #邮箱类型 spring.mail.host: smtp.qq.com #发送者的邮箱密码 spring.mail.password: bbusbydnulnxbdgc #发送者邮箱账号 spring.mail.username: 877258667@qq.com #端口号 spring.mail.port: 465 #协议 spring.mail.protocol: smtps item.filePath: D:\\csvFile item.zipPath: D:\\zipFile item.site: 41 #IFS接口配置 item.ifs-url=https://cclifswebservice.ccldesign.com/api/v1/ item.ifs-db-name=IFST #item.ifs-domain-user-id=JIAHE_TIAN item.ifs-domain-user-id=CCL_WMS