公告板
版本库
filestore
活动
搜索
登录
main
/
pipIrr-SV
元谋二期后端软件系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1、创建命令生成器模块,实现部分命令数据生成,还需继续实现其他命令; 2、完善代码。
liurunyu
3 天以前
4b067b4db5c1f2a068d6e27cc138118810785e2d
[pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-mw
/
pipIrr-com-creator
/
src
/
main
/
resources
/
application.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
logging:
charset:
console: UTF-8
config:
classpath: log4j2.yml
spring:
devtools:
livereload:
enabled: false
#禁输出springboot标志信息
management:
endpoints:
info:
enabled: false
web:
exposure:
include: "*"