Commit 46833578 authored by Quxl's avatar Quxl

x

parent 6beadc29
server.tomcat.max-threads=1000
server.tomcat.min-spare-threads=30
server.port=8087
server.port=30005
server.servlet.context-path=/shop
server.session.timeout=90000
server.tomcat.uri-encoding=utf-8
......@@ -11,24 +11,25 @@ spring.http.encoding.force=true
spring.http.encoding.enabled=true
spring.http.encoding.charset=utf-8
spring.datasource.username=sa
spring.datasource.password=qiyang
spring.datasource.url=jdbc:sqlserver://10.10.0.51:56443;instanceName=SQLSERVER;DatabaseName=EGOLMSAAS
spring.datasource.username=ERP
spring.datasource.password=qiyang@2013
spring.datasource.url=jdbc:sqlserver://127.0.0.1:1433;instanceName=SQLSERVER;DatabaseName=B2BDB;allowMultiQueries=true
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.datasource.testWhileIdle=true
spring.datasource.validationQueryTimeout=5
spring.datasource.validationQuery=SELECT 1
spring.datasource.timeBetweenEvictionRunsMillis=3600000
spring.datasource.filters=stat,wall,log4j
spring.datasource.filters=stat,log4j
spring.redis.database=0
spring.redis.host=ossip.cn
spring.redis.port=6379
spring.redis.password=@8UiMqvDtNgv
spring.redis.host=127.0.0.1
spring.redis.port=16379
spring.redis.password=
spring.redis.timeout=2000
spring.redis.pool.max-active=20
spring.redis.pool.max-wait=2000
spring.redis.pool.max-idle=5
spring.redis.pool.min-idle=0
\ No newline at end of file
spring.redis.pool.min-idle=0
redis.guest.key=B2B_Guest
redis.sms.code.key=B2B_Sms
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment