netstat -ano
tasklist
.mvn文件删除
测试报错依赖:
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<link rel="icon" th:href="@{/public/favicon.ico}" type="image/x-icon"/>
<!--thymeleaf模版引擎在,都是基于3.x版本开发-->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>
键盘禁用(管理员)命令:
sc config i8042prt start= disabled(关闭键盘)
sc config i8042prt start= auto(开启键盘)