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