@@ -17,7 +17,7 @@ import org.springframework.web.client.RestTemplate; | |||
@SpringBootApplication | |||
@EnableAspectJAutoProxy(proxyTargetClass = true) | |||
@EnableTransactionManagement | |||
// @EnableScheduling | |||
@EnableScheduling | |||
public class UserApplication extends SpringBootServletInitializer { | |||
public static void main(String[] args) { |
@@ -81,8 +81,6 @@ public class AflSupplementaryPayOrderServiceImpl implements AflSupplementaryPayO | |||
// 进行是否需要进行返白操作 | |||
userStateHandler(fssPaccountPay, request.getPayId()); | |||
// | |||
supplementaryPayOrderRepo.save(supplementaryPayOrder); | |||
accountPayRepo.save(fssPaccountPay); | |||
} |
@@ -1,6 +1,6 @@ | |||
spring: | |||
profiles: | |||
active: dev | |||
active: prod | |||
# Redis数据源 | |||
# redis: | |||
# # Redis数据库索引(默认为0) |