记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
271692e7
Commit
271692e7
authored
Apr 27, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交 dev 环境配置文件
parent
0e1144d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
bootstrap-dev.yml
...t-service-kylin-impl/src/main/resources/bootstrap-dev.yml
+11
-7
bootstrap-prod.yml
...-service-kylin-impl/src/main/resources/bootstrap-prod.yml
+1
-1
bootstrap-test.yml
...-service-kylin-impl/src/main/resources/bootstrap-test.yml
+1
-1
No files found.
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap-dev.yml
View file @
271692e7
...
@@ -14,19 +14,23 @@ spring:
...
@@ -14,19 +14,23 @@ spring:
include
:
service-ticket
include
:
service-ticket
datasource
:
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://39.106.122.201:3308/
test
mall?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
url
:
jdbc:mysql://39.106.122.201:3308/
dev
mall?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
username
:
test
mall
username
:
dev
mall
password
:
zhengzai!mYT
password
:
zhengzai!mYT
redis
:
redis
:
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port
:
6380
port
:
6380
password
:
PO@B!Iud32
password
:
PO@B!Iud32
database
:
0
database
:
0
rabbitmq
:
# rabbitmq:
addresses
:
127.0.0.1
## host: 127.0.0.1
port
:
15672
## port: 15672
username
:
hujiachen
## username: hujiachen
password
:
hujiachen123
## password: hujiachen123
# addresses: 127.0.0.1
# port: 15672
# username: hujiachen
# password: hujiachen123
mybatis-plus
:
mybatis-plus
:
mapper-locations
:
classpath:com.liquidnet.service.ticket.mapper/*Mapper.xml
mapper-locations
:
classpath:com.liquidnet.service.ticket.mapper/*Mapper.xml
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap-prod.yml
View file @
271692e7
...
@@ -11,4 +11,4 @@ liquidnet:
...
@@ -11,4 +11,4 @@ liquidnet:
spring
:
spring
:
profiles
:
profiles
:
include
:
service-example
include
:
service-kylin
\ No newline at end of file
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap-test.yml
View file @
271692e7
...
@@ -11,4 +11,4 @@ liquidnet:
...
@@ -11,4 +11,4 @@ liquidnet:
spring
:
spring
:
profiles
:
profiles
:
include
:
service-example
include
:
service-kylin
\ No newline at end of file
\ No newline at end of file
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