Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-microservice-exam
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
汪想
spring-microservice-exam
Commits
8879ce2d
Commit
8879ce2d
authored
Jun 09, 2019
by
tangyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整配置
parent
dd8c5a5e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+2
-2
user-service.yml
config-service/src/main/resources/config/user-service.yml
+2
-2
docker-compose-nginx.yml
docker-compose-nginx.yml
+2
-2
pom.xml
monitor-service/pom.xml
+1
-1
No files found.
README.md
View file @
8879ce2d
## spring-microservice-exam
-
在线体验-前台:
[
http://www.
it99.club
](
http://www.it99.club
)
-
在线体验-前台:
[
http://www.
ehedgehog.net
](
http://www.ehedgehog.net
)
-
在线体验-后台:
[
http://www.
it99.club:81
](
http://www.it99.club
:81
)
-
在线体验-后台:
[
http://www.
ehedgehog.net:81
](
http://www.ehedgehog.net
:81
)
交流QQ群:
...
...
config-service/src/main/resources/config/user-service.yml
View file @
8879ce2d
...
...
@@ -89,11 +89,11 @@ fdfs:
width
:
150
height
:
150
tracker-list
:
#TrackerList参数,支持多个
-
${FDFS_HOST:1
82.254.233.12
5}:${FDFS_PORT:22122}
-
${FDFS_HOST:1
92.168.0.9
5}:${FDFS_PORT:22122}
# 系统配置
sys
:
fdfsHttpHost
:
${ATTACHMENT_HOST:http://1
82.254.233.12
5}:${ATTACHMENT_PORT:8080}
# fastDfs的HTTP配置
fdfsHttpHost
:
${ATTACHMENT_HOST:http://1
92.168.0.9
5}:${ATTACHMENT_PORT:8080}
# fastDfs的HTTP配置
uploadUrl
:
api/user/v1/attachment/upload
defaultAvatar
:
https://wpimg.wallstcn.com/f778738c-e4f8-4870-b634-56703b4acafe.gif?imageView2/1/w/80/h/80
...
...
docker-compose-nginx.yml
View file @
8879ce2d
...
...
@@ -4,7 +4,7 @@ services:
# 前台
# ---------------------------
spring-microservice-exam-web
:
image
:
registry.cn-hangzhou.aliyuncs.com/spring-microservice-exam/spring-microservice-exam-web:
2
.0
image
:
registry.cn-hangzhou.aliyuncs.com/spring-microservice-exam/spring-microservice-exam-web:
3.0
.0
volumes
:
# 挂载nginx的配置文件
-
./nginx.conf:/etc/nginx/nginx.conf
...
...
@@ -20,7 +20,7 @@ services:
# 后台
# ---------------------------
spring-microservice-exam-ui
:
image
:
registry.cn-hangzhou.aliyuncs.com/spring-microservice-exam/spring-microservice-exam-ui:
2
.0
image
:
registry.cn-hangzhou.aliyuncs.com/spring-microservice-exam/spring-microservice-exam-ui:
3.0
.0
volumes
:
# 挂载nginx的配置文件
-
./nginx.conf:/etc/nginx/nginx.conf
...
...
monitor-service/pom.xml
View file @
8879ce2d
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.github.tangyi
</groupId>
<artifactId>
spring-microservice-exam
</artifactId>
<version>
2
.0
</version>
<version>
3.0
.0
</version>
</parent>
<artifactId>
monitor-service
</artifactId>
<name>
${project.artifactId}
</name>
...
...
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