Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shop
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
shop
Commits
39b17fd5
Commit
39b17fd5
authored
Oct 14, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
7a7b305a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
74 deletions
+45
-74
application-dev.properties
src/main/resources/application-dev.properties
+0
-40
application-pro.properties
src/main/resources/application-pro.properties
+3
-33
application.properties
src/main/resources/application.properties
+42
-1
No files found.
src/main/resources/application-dev.properties
View file @
39b17fd5
server.tomcat.max-threads
=
1000
server.tomcat.min-spare-threads
=
30
server.port
=
30005
server.servlet.context-path
=
/shop
server.session.timeout
=
90000
server.tomcat.uri-encoding
=
utf-8
spring.http.multipart.maxFileSize
=
5MB
spring.http.multipart.maxRequestSize
=
5MB
spring.http.encoding.force
=
true
spring.http.encoding.enabled
=
true
spring.http.encoding.charset
=
utf-8
spring.datasource.username
=
ERP
spring.datasource.password
=
qiyang@2013
spring.datasource.url
=
jdbc:sqlserver://10.10.0.22: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,log4j
spring.redis.database
=
0
spring.redis.host
=
10.10.0.15
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
### 游客 用户生成用户的前缀
redis.guest.key
=
B2B_Guest
#### 用户验证码存储的前缀
redis.sms.code.key
=
B2B_Sms
logging.level.com.egolm
=
debug
\ No newline at end of file
src/main/resources/application-pro.properties
View file @
39b17fd5
server.tomcat.max-threads
=
1000
server.tomcat.min-spare-threads
=
30
server.port
=
8087
server.servlet.context-path
=
/shop
server.session.timeout
=
90000
server.tomcat.uri-encoding
=
utf-8
spring.http.multipart.maxFileSize
=
5MB
spring.http.multipart.maxRequestSize
=
5MB
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.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.redis.database
=
0
spring.redis.host
=
ossip.cn
spring.redis.port
=
6379
spring.redis.password
=
@8UiMqvDtNgv
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.datasource.password
=
Asters#2019@Linkfern
spring.datasource.url
=
jdbc:sqlserver://172.16.0.8:55433;instanceName=SQLSERVER;DatabaseName=B2BDB;allowMultiQueries=true
logging.level.com.egolm
=
debug
\ No newline at end of file
src/main/resources/application.properties
View file @
39b17fd5
server.tomcat.max-threads
=
1000
server.tomcat.min-spare-threads
=
30
server.port
=
30005
server.servlet.context-path
=
/shop
server.session.timeout
=
90000
server.tomcat.uri-encoding
=
utf-8
spring.http.multipart.maxFileSize
=
5MB
spring.http.multipart.maxRequestSize
=
5MB
spring.http.encoding.force
=
true
spring.http.encoding.enabled
=
true
spring.http.encoding.charset
=
utf-8
spring.profiles.active
=
dev
spring.messages.basename
=
messages
###版本号
...
...
@@ -19,4 +32,32 @@ logProducer.project=linkfernlog
logProducer.logStore
=
linkfernlogstore
logProducer.endpoint
=
cn-shanghai.log.aliyuncs.com
logProducer.accessKeyId
=
LTAI4FvaitSjFD3X6gLeyyiR
logProducer.accessKeySecret
=
5zuFHabmMWzCHziPopQyoADqjKC4cv
\ No newline at end of file
logProducer.accessKeySecret
=
5zuFHabmMWzCHziPopQyoADqjKC4cv
spring.datasource.username
=
ERP
spring.datasource.password
=
qiyang@2013
spring.datasource.url
=
jdbc:sqlserver://10.10.0.22: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,log4j
spring.redis.database
=
0
spring.redis.host
=
10.10.0.15
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
### 游客 用户生成用户的前缀
redis.guest.key
=
B2B_Guest
#### 用户验证码存储的前缀
redis.sms.code.key
=
B2B_Sms
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment