@ -24,12 +24,6 @@ spring:
username: root
password: 123456
# 从库数据源
postgresql:
type: ${spring.datasource.type}
driverClassName: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/chng_wuzi_data
username: dev
hikari:
# 最大连接池数量
maxPoolSize: 20
@ -27,7 +27,7 @@ public class FileUploadUtils {
/**
* 默认大小 50M
*/
public static final long DEFAULT_MAX_SIZE = 50 * 1024 * 1024;
public static final long DEFAULT_MAX_SIZE = 50000 * 1024 * 1024;
* 默认的文件名最大长度 100