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.
14 lines
325 B
14 lines
325 B
spring:
|
|
application:
|
|
name: stray-animals
|
|
profiles:
|
|
active: dev
|
|
config:
|
|
import: classpath:codegen.yml
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 200MB
|
|
max-request-size: 500MB
|
|
# 在 banner.txt 中显示项目版本,使用 @project.version@ 从 pom.xml 获取
|
|
project:
|
|
version: @project.version@
|
|
|