Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kiss-config-server
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
proudkids-pub
kiss-config-server
Commits
265f3718
Commit
265f3718
authored
Jul 19, 2019
by
张勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abc
parent
7c057ce2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
32 additions
and
32 deletions
+32
-32
application-dev.yml
+1
-1
application-test.yml
+1
-1
kiss-auth-dev.yml
+5
-5
kiss-auth-test.yml
+5
-5
kiss-gateway-dev.yml
+4
-4
kiss-gateway-test.yml
+4
-4
kiss-upms-service-dev.yml
+6
-6
kiss-upms-service-test.yml
+6
-6
No files found.
application-dev.yml
View file @
265f3718
...
@@ -5,7 +5,7 @@ jasypt:
...
@@ -5,7 +5,7 @@ jasypt:
spring
:
spring
:
redis
:
redis
:
database
:
2
database
:
1
remote
:
true
remote
:
true
host
:
192.168.1.21
host
:
192.168.1.21
port
:
6379
port
:
6379
...
...
application-test.yml
View file @
265f3718
...
@@ -5,7 +5,7 @@ jasypt:
...
@@ -5,7 +5,7 @@ jasypt:
spring
:
spring
:
redis
:
redis
:
database
:
1
database
:
2
remote
:
true
remote
:
true
host
:
192.168.1.21
host
:
192.168.1.21
port
:
6379
port
:
6379
...
...
kiss-auth-dev.yml
View file @
265f3718
...
@@ -3,10 +3,10 @@ server:
...
@@ -3,10 +3,10 @@ server:
spring
:
spring
:
rabbitmq
:
rabbitmq
:
host
:
192.168.1.2
1
host
:
192.168.1.2
9
port
:
567
5
port
:
567
2
username
:
zzq223
username
:
kiss
password
:
222222
password
:
kiss
zipkin
:
zipkin
:
rabbitmq
:
rabbitmq
:
queue
:
zipkin
queue
:
zipkin
...
@@ -22,7 +22,7 @@ spring:
...
@@ -22,7 +22,7 @@ spring:
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
kiss
username
:
kiss
password
:
kiss123!@#
password
:
kiss123!@#
url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss
_dev
?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
proudkids
:
proudkids
:
auth
:
auth
:
...
...
kiss-auth-test.yml
View file @
265f3718
...
@@ -3,10 +3,10 @@ server:
...
@@ -3,10 +3,10 @@ server:
spring
:
spring
:
rabbitmq
:
rabbitmq
:
host
:
192.168.1.2
9
host
:
192.168.1.2
1
port
:
567
2
port
:
567
5
username
:
kiss
username
:
zzq223
password
:
kiss
password
:
222222
zipkin
:
zipkin
:
rabbitmq
:
rabbitmq
:
queue
:
zipkin
queue
:
zipkin
...
@@ -22,7 +22,7 @@ spring:
...
@@ -22,7 +22,7 @@ spring:
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
kiss
username
:
kiss
password
:
kiss123!@#
password
:
kiss123!@#
url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss
_test
?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
proudkids
:
proudkids
:
auth
:
auth
:
...
...
kiss-gateway-dev.yml
View file @
265f3718
...
@@ -3,10 +3,10 @@ server:
...
@@ -3,10 +3,10 @@ server:
spring
:
spring
:
rabbitmq
:
rabbitmq
:
host
:
192.168.1.2
1
host
:
192.168.1.2
9
port
:
567
5
port
:
567
2
username
:
zzq223
username
:
kiss
password
:
222222
password
:
kiss
zipkin
:
zipkin
:
rabbitmq
:
rabbitmq
:
queue
:
zipkin
queue
:
zipkin
...
...
kiss-gateway-test.yml
View file @
265f3718
...
@@ -3,10 +3,10 @@ server:
...
@@ -3,10 +3,10 @@ server:
spring
:
spring
:
rabbitmq
:
rabbitmq
:
host
:
192.168.1.2
9
host
:
192.168.1.2
1
port
:
567
2
port
:
567
5
username
:
kiss
username
:
zzq223
password
:
kiss
password
:
222222
zipkin
:
zipkin
:
rabbitmq
:
rabbitmq
:
queue
:
zipkin
queue
:
zipkin
...
...
kiss-upms-service-dev.yml
View file @
265f3718
...
@@ -8,10 +8,10 @@ redis:
...
@@ -8,10 +8,10 @@ redis:
# datasoure默认使用JDBC
# datasoure默认使用JDBC
spring
:
spring
:
rabbitmq
:
rabbitmq
:
host
:
192.168.1.2
1
host
:
192.168.1.2
9
port
:
567
5
port
:
567
2
username
:
zzq223
username
:
kiss
password
:
222222
password
:
kiss
zipkin
:
zipkin
:
rabbitmq
:
rabbitmq
:
queue
:
zipkin
queue
:
zipkin
...
@@ -28,7 +28,7 @@ sharding:
...
@@ -28,7 +28,7 @@ sharding:
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
kiss
username
:
kiss
password
:
kiss123!@#
password
:
kiss123!@#
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss
_dev
?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
datasource
:
datasource
:
names
:
ds
names
:
ds
ds
:
ds
:
...
@@ -36,7 +36,7 @@ sharding:
...
@@ -36,7 +36,7 @@ sharding:
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
kiss
username
:
kiss
password
:
kiss123!@#
password
:
kiss123!@#
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss
_dev
?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis-plus
:
mybatis-plus
:
mapper-locations
:
classpath:/mapper/*Mapper.xml
mapper-locations
:
classpath:/mapper/*Mapper.xml
...
...
kiss-upms-service-test.yml
View file @
265f3718
...
@@ -8,10 +8,10 @@ redis:
...
@@ -8,10 +8,10 @@ redis:
# datasoure默认使用JDBC
# datasoure默认使用JDBC
spring
:
spring
:
rabbitmq
:
rabbitmq
:
host
:
192.168.1.2
9
host
:
192.168.1.2
1
port
:
567
2
port
:
567
5
username
:
kiss
username
:
zzq223
password
:
kiss
password
:
222222
zipkin
:
zipkin
:
rabbitmq
:
rabbitmq
:
queue
:
zipkin
queue
:
zipkin
...
@@ -28,7 +28,7 @@ sharding:
...
@@ -28,7 +28,7 @@ sharding:
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
kiss
username
:
kiss
password
:
kiss123!@#
password
:
kiss123!@#
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss
_test
?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
datasource
:
datasource
:
names
:
ds
names
:
ds
ds
:
ds
:
...
@@ -36,7 +36,7 @@ sharding:
...
@@ -36,7 +36,7 @@ sharding:
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
kiss
username
:
kiss
password
:
kiss123!@#
password
:
kiss123!@#
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss
_test
?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
jdbc-url
:
jdbc:mysql://192.168.1.21:3306/proudkids_kiss?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis-plus
:
mybatis-plus
:
mapper-locations
:
classpath:/mapper/*Mapper.xml
mapper-locations
:
classpath:/mapper/*Mapper.xml
...
...
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