• This project
    • Loading...
  • Sign in

begete / jeecg-api-demo · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • jeecg-api-demo
  • begete-boot-module-system
  • src
  • main
  • resources
  • bootstrap.yml
  • init project
    c4cfe6a5
    by lyflyy
    2021-01-15 15:14:42 +0800  
    Browse Files
bootstrap.yml 204 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
server:
  port: 7001
spring:
  profiles:
    active: dev
  application:
    name: jeecg-system
  cloud:
    nacos:
      discovery:
        server-addr: 127.0.0.1:8848
feign:
  sentinel:
    enabled: true