Sign in

wms / wms4_zhangzhouhedian · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms4_zhangzhouhedian
  • jeecg-boot
  • jeecg-boot-module-demo
  • src
  • main
  • resources
  • bootstrap.yml
  • JeecgBoot2.3 里程碑版本,支持微服务和单体自由切换、提供新行编辑表格JVXETable
    aad242ae
    zhangdaiscott authored
    2020-09-11 18:15:43 +0800  
    Browse Code ยป
bootstrap.yml 202 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
server:
  port: 7002
spring:
  profiles:
    active: dev
  application:
    name: jeecg-demo
  cloud:
    nacos:
      discovery:
        server-addr: 127.0.0.1:8848
feign:
  sentinel:
    enabled: true