记得上下班打卡 | git大法好,push需谨慎

Commit b8ce05f8 authored by 胡佳晨's avatar 胡佳晨

先屏蔽 mongo

parent c2c66647
...@@ -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>
......
...@@ -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
...@@ -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
...@@ -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
...@@ -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
...@@ -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: 192.168.31.205 host: 127.0.0.1
port: 5672 port: 5672
username: liquidnet username: hujiachen
password: LiquidNet!@#4 password: hujiachen123
config: config:
location: /Users/anjiabin/myproject/gitlab_lightnet/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config location: /Users/hujiachen/JavaProject/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
# end-dev-这里是配置信息基本值 # end-dev-这里是配置信息基本值
spring: spring:
......
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