mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.0.3
This commit is contained in:
@@ -55,6 +55,11 @@
|
|||||||
<artifactId>swagger-bootstrap-ui</artifactId>
|
<artifactId>swagger-bootstrap-ui</artifactId>
|
||||||
<version>1.9.5</version>
|
<version>1.9.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.springfox</groupId>
|
||||||
|
<artifactId>springfox-swagger-ui</artifactId>
|
||||||
|
<version>2.9.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@@ -8,4 +8,8 @@ mysql.password=root
|
|||||||
# nacos注册中心地址
|
# nacos注册中心地址
|
||||||
register.url=127.0.0.1:8848
|
register.url=127.0.0.1:8848
|
||||||
|
|
||||||
|
# POST请求最大缓存,默认是262144(256KB),即:256 * 1024
|
||||||
|
# 如果需要传输大文本可以把值设置高一点
|
||||||
|
spring.codec.max-in-memory-size=262144
|
||||||
|
|
||||||
logging.level.com.gitee=debug
|
logging.level.com.gitee=debug
|
Reference in New Issue
Block a user