generated from root/miduo_server
master
parent
f0cefde2c2
commit
42ba4a96d3
|
@ -25,6 +25,7 @@ public class SensitiveWordApplication {
|
|||
|
||||
public static void main(String[] args) {
|
||||
SensitivewordFilter.init();
|
||||
LOGGER.info("start=======================>敏感字加载过去了");
|
||||
app = new SpringApplication(SensitiveWordApplication.class);
|
||||
app.setRegisterShutdownHook(false);
|
||||
app.setWebEnvironment(false);
|
||||
|
|
Loading…
Reference in New Issue