Skip to content

Commit 30558a4

Browse files
author
sunfuhao
committed
application.yml更新,已经全部在服务器部署了
1 parent 8d7b4a3 commit 30558a4

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

.idea/workspace.xml

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

book-api/src/main/java/com/imooc/controller/BaseController.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//配置用户登陆凭证的Controller(已作废)
2+
3+
4+
5+
16
//package com.imooc.controller;
27
//
38
//import com.imooc.utils.RedisOperator;

book-api/src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spring:
2828
uri: mongodb://root:root@10.8.64.72:27017
2929
database: imooc-red-book
3030
rabbitmq:
31-
host: localhost
31+
host: 10.8.64.72
3232
# 访问端口和console端口不一样
3333
port: 5672
3434
username: admin

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@
171171
<artifactId>minio</artifactId>
172172
<version>8.2.1</version>
173173
</dependency>
174-
175174
</dependencies>
176175
</dependencyManagement>
177176

0 commit comments

Comments
 (0)