记得上下班打卡 | 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
b8ce05f8
Commit
b8ce05f8
authored
Apr 28, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
先屏蔽 mongo
parent
c2c66647
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
56 deletions
+22
-56
pom.xml
...et-service-example/liquidnet-service-example-impl/pom.xml
+8
-0
pom.xml
...uidnet-service-kylin/liquidnet-service-kylin-impl/pom.xml
+1
-8
bootstrap-dev.yml
...t-service-kylin-impl/src/main/resources/bootstrap-dev.yml
+1
-41
bootstrap.yml
...idnet-service-kylin-impl/src/main/resources/bootstrap.yml
+1
-3
pom.xml
liquidnet-bus-service/liquidnet-service-kylin/pom.xml
+7
-0
application-dev.yml
...net-support-config/src/main/resources/application-dev.yml
+4
-4
No files found.
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-impl/pom.xml
View file @
b8ce05f8
...
@@ -45,6 +45,14 @@
...
@@ -45,6 +45,14 @@
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
<scope>
compile
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-mongodb
</artifactId>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
<artifactId>
mongodb-driver
</artifactId>
</dependency>
</dependencies>
</dependencies>
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/pom.xml
View file @
b8ce05f8
...
@@ -40,14 +40,7 @@
...
@@ -40,14 +40,7 @@
</dependency>
</dependency>
<!-- other -->
<!-- other -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-mongodb
</artifactId>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
<artifactId>
mongodb-driver
</artifactId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap-dev.yml
View file @
b8ce05f8
...
@@ -7,44 +7,4 @@ liquidnet:
...
@@ -7,44 +7,4 @@ liquidnet:
password
:
user123
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
\ No newline at end of file
spring
:
profiles
:
include
:
service-kylin
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://39.106.122.201:3308/ln_kylin?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
username
:
testmall
password
:
zhengzai!mYT
redis
:
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
database
:
0
rabbitmq
:
# host: 127.0.0.1
# port: 15672
# username: hujiachen
# password: hujiachen123
addresses
:
127.0.0.1
port
:
5672
username
:
hujiachen
password
:
hujiachen123
data
:
mongodb
:
uri
:
mongodb://172.16.3.11:27017/kylin_mdb
#本地测试证书
# sslEnabled: false
# trustStore:
# trustStorePassword:
# uri: mongodb://smartnet:a43ljKmK8oqdOO902P@smartnet-nonprod-docdb-docdb.cluster-cgjsqu7tuka2.ap-southeast-1.docdb.amazonaws.com:27017/liquidnet_mgdb?ssl=true&ssl_ca_certs=/Users/anjiabin/Downloads/rds-combined-ca-bundle.pem&replicaSet=rs0&readPreference=secondaryPreferred&retryWrites=false
mybatis-plus
:
mapper-locations
:
classpath:com.liquidnet.service.kylin.mapper/*Mapper.xml
global-config
:
db-config
:
logic-delete-field
:
is_active
logic-delete-value
:
false
logic-not-delete-value
:
true
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap.yml
View file @
b8ce05f8
...
@@ -2,6 +2,4 @@ spring:
...
@@ -2,6 +2,4 @@ spring:
application
:
application
:
name
:
liquidnet-service-kylin
name
:
liquidnet-service-kylin
profiles
:
profiles
:
active
:
dev
active
:
dev
server
:
\ No newline at end of file
port
:
9000
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-kylin/pom.xml
View file @
b8ce05f8
...
@@ -17,5 +17,12 @@
...
@@ -17,5 +17,12 @@
<module>
liquidnet-service-kylin-api
</module>
<module>
liquidnet-service-kylin-api
</module>
</modules>
</modules>
<dependencies>
<dependency>
<groupId>
com.liquidnet
</groupId>
<artifactId>
liquidnet-common-service-base
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-dev.yml
View file @
b8ce05f8
...
@@ -13,12 +13,12 @@ liquidnet:
...
@@ -13,12 +13,12 @@ liquidnet:
eureka
:
eureka
:
host
:
127.0.0.1:7001
host
:
127.0.0.1:7001
rabbitmq
:
rabbitmq
:
host
:
1
92.168.31.205
host
:
1
27.0.0.1
port
:
5672
port
:
5672
username
:
liquidnet
username
:
hujiachen
password
:
LiquidNet!@#4
password
:
hujiachen123
config
:
config
:
location
:
/Users/
anjiabin/myproject/gitlab_lightne
t/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
location
:
/Users/
hujiachen/JavaProjec
t/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
spring
:
spring
:
...
...
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