@@ -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) { |
@@ -1,6 +1,6 @@ | |||
spring: | |||
profiles: | |||
active: dev | |||
active: prod | |||
# Redis数据源 | |||
# redis: | |||
# # Redis数据库索引(默认为0) |