Sign in

wms / wms4_tuopusi · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms4_tuopusi
  • jeecg-boot
  • jeecg-cloud-module
  • config
  • bootstrap.yml
  • 解决,找不到jeecg-cloud-module在其子目录config下有两个配置文件 #1754
    43183a46
    zhangdaiscott authored
    2020-09-17 19:23:05 +0800  
    Browse Code ยป
bootstrap.yml 311 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
server:
  port: 8080
spring:
  application:
    name: jeecg-system
  cloud:
    nacos:
      discovery:
        server-addr: 127.0.0.1:8848
      config:
        file-extension: yml
        server-addr: 127.0.0.1:8848
        shared-dataids: jeecg-cloud-application-beta.yml
feign:
  sentinel:
    enabled: true