Skip to content
  • This project
    • Loading...
  • Sign in

ethan / awesome-bpj-start

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • awesome-bpj-start
  • core-webs
  • web-upload
  • src
  • main
  • resources
  • application.yml
  • ethanlamzs's avatar
    业务模块初始配置 · 599a87cf
    ethanlamzs committed 2018-04-27 11:19:54 +0800
    599a87cf
application.yml 269 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
spring:
  application:
    name: web-demo

server:
  port: 8080

management:
  port: 8081


dubbo:
  application:
    id: dubbo-consumer-demo
    name: dubbo-consumer-demo
  registry:
    id: wbyb
    address: zookeeper://localhost:2181
  consumer:
    timeout: 60000