You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
name: user-application
|
|
|
|
|
|
|
|
|
|
# server
|
|
|
|
|
server:
|
|
|
|
|
port: 18082
|
|
|
|
|
servlet:
|
|
|
|
|
context-path: /user-api/
|
|
|
|
|
|
|
|
|
|
swagger:
|
|
|
|
|
title: 用户子系统
|
|
|
|
|
description: 用户子系统
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
base-package: cn.iocoder.mall.user.application.controller
|