Commit 1ba6a77c authored by duanruiming's avatar duanruiming

[update] 优化代码1

parent 63760f2f
...@@ -12,7 +12,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement; ...@@ -12,7 +12,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
*/ */
@SpringBootApplication(scanBasePackages = {"net.wanji.utc", "net.wanji.common"}) @SpringBootApplication(scanBasePackages = {"net.wanji.utc", "net.wanji.common"})
@EnableTransactionManagement @EnableTransactionManagement
@MapperScan(basePackages = {"net.wanji.utc.mapper", "net.wanji.databus.dao.mapper"}) @MapperScan(basePackages = {"net.wanji.databus.dao.mapper"})
@EnableScheduling @EnableScheduling
@EnableAsync @EnableAsync
public class UtcApplication { public class UtcApplication {
......
...@@ -21,7 +21,7 @@ public class WebSocketClientHandler { ...@@ -21,7 +21,7 @@ public class WebSocketClientHandler {
} }
@OnMessage @OnMessage
public void recieveMessage(String message) { public void receiveMessage(String message) {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment