feat:联动控制,定时控制,通知推送功能代码提交。
This commit is contained in:
@@ -11,10 +11,10 @@ import org.springframework.boot.context.metrics.buffering.BufferingApplicationSt
|
||||
*/
|
||||
|
||||
@SpringBootApplication
|
||||
public class IntcApplication {
|
||||
public class IntcUltraApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication application = new SpringApplication(IntcApplication.class);
|
||||
SpringApplication application = new SpringApplication(IntcUltraApplication.class);
|
||||
application.setApplicationStartup(new BufferingApplicationStartup(2048));
|
||||
application.run(args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ Intc-Vue-Plus启动成功 ლ(´ڡ`ლ)゙");
|
||||
@@ -8,11 +8,11 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
public class IntcServletInitializer extends SpringBootServletInitializer {
|
||||
public class IntcUltraServletInitializer extends SpringBootServletInitializer {
|
||||
|
||||
@Override
|
||||
protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
|
||||
return application.sources(IntcApplication.class);
|
||||
return application.sources(IntcUltraApplication.class);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -100,11 +100,11 @@ spring:
|
||||
spring.data:
|
||||
redis:
|
||||
# 地址
|
||||
host: 117.72.197.29
|
||||
host: 154.8.147.51
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 6
|
||||
database: 1
|
||||
# redis 密码必须配置
|
||||
password: intc@123987
|
||||
# 连接超时时间
|
||||
|
||||
Reference in New Issue
Block a user