|
@@ -32,25 +32,3 @@ custom.datasource.db1.username=metro
|
|
|
custom.datasource.db1.password=metropwd123
|
|
|
custom.datasource.db1.driver-class-name=oracle.jdbc.driver.OracleDriver
|
|
|
|
|
|
-
|
|
|
-#Mongo数据库参数配置
|
|
|
-#登录用户所在数据库
|
|
|
-spring.data.mongodb.authentication-database=admin
|
|
|
-
|
|
|
-#数据库的ip地址
|
|
|
-spring.data.mongodb.host=10.128.151.3
|
|
|
-
|
|
|
-
|
|
|
-#MongoDB端口号
|
|
|
-spring.data.mongodb.port=27017
|
|
|
-
|
|
|
-
|
|
|
-#用户账号
|
|
|
-spring.data.mongodb.username=youqu
|
|
|
-
|
|
|
-#用户密码
|
|
|
-spring.data.mongodb.password=fhyq123456
|
|
|
-
|
|
|
-#指定使用的数据库,不必预先创建,不存在数据库会自动创建
|
|
|
-spring.data.mongodb.database=snd_test
|
|
|
-
|