Commit af0491b0 authored by suntao's avatar suntao

关闭初始化 创建表 功能

parent ba7b99b2
...@@ -17,8 +17,8 @@ import java.io.File; ...@@ -17,8 +17,8 @@ import java.io.File;
* *
* @author: suntao * @author: suntao
*/ */
@Component //@Component
public class BossInit implements CommandLineRunner { public class BossInit {// implements CommandLineRunner {
@Value("${data.boss.url}") @Value("${data.boss.url}")
private String url; private String url;
......
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