Skip to content

Commit

Permalink
Fix the eureka could not start (#5104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 authored Mar 22, 2024
1 parent 300e2d0 commit 1562124
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions linkis-dist/package/conf/application-eureka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,20 @@ spring:
application:
name: linkis-mg-eureka
profiles: eureka
mvc:
pathmatch:
matching-strategy: ant_path_matcher

server:
port: 20303

springfox:
documentation:
enabled: false
auto-startup: false
swagger-ui:
enabled: false

eureka:
instance:
# prefer-ip-address: true
Expand Down

0 comments on commit 1562124

Please sign in to comment.