Skip to content

Commit

Permalink
save_common
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Nov 17, 2021
1 parent b1d40c8 commit 1362eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonic-server-folder/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring:
discovery:
enabled: true
service-id: sonic-server-bus
name: @project.artifactId@,actuator,logging,knife4j
name: @project.artifactId@,actuator,logging,knife4j,common
profile: ${PROFILE:dev}
fail-fast: true

Expand Down
2 changes: 1 addition & 1 deletion sonic-server-task/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring:
discovery:
enabled: true
service-id: sonic-server-bus
name: @project.artifactId@,actuator,jdbc,feign,logging,knife4j
name: @project.artifactId@,actuator,jdbc,feign,logging,knife4j,common
profile: ${PROFILE:dev}
fail-fast: true

Expand Down

0 comments on commit 1362eb9

Please sign in to comment.