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

向汉 / uc-consumer

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
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • member-engine
  • src
  • main
  • resources
  • config
  • application.yml
  • xianghan@topdraw.cn's avatar
    1.添加公众号关注、取关消费者 · 7d7f63e9
    7d7f63e9 Browse Files
    xianghan@topdraw.cn authored 2022-01-27 16:51:59 +0800
application.yml 208 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# 服务器
server:
  # 服务端口号
  port: 8448

spring:
  # 服务
  application:
    # 服务名
    name: uc-consumer
  # 配置文件
  profiles:
    # 启动具体的配置文件
    active: dev