笑点低八宝粥

文章
9
资源
0
加入时间
4年0月9天

去掉桌面SVN

1新建记事本2for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn" 3重命名 删除SVN信息.bat4双击运行

spring boot 异步多线程

1.在启动类中加入注解@EnableAsync启用异步@EnableAsync@SpringBootApplicationpublic class TestApplication { public static void main(String[] args) { ApplicationContext ctx = SpringApplication.run(Test...