master
yixian 7 years ago
parent cf275293ea
commit f1a2780a28

@ -5,8 +5,8 @@ import java.util.List;
import javax.annotation.Resource; import javax.annotation.Resource;
import org.apache.commons.lang.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang.time.DateFormatUtils; import org.apache.commons.lang3.time.DateFormatUtils;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.CollectionUtils; import org.springframework.util.CollectionUtils;

@ -2,6 +2,8 @@ server.port=5000
spring.profiles.active=dev,alipay,bestpay,jd,wechat spring.profiles.active=dev,alipay,bestpay,jd,wechat
env.company=RoyalPay
multipart.max-file-size=10Mb multipart.max-file-size=10Mb
spring.datasource.test-while-idle=true spring.datasource.test-while-idle=true

Loading…
Cancel
Save