摘要:
查到占用端口号并关闭 netstat -aon|findstr 8080 出现: TCP 0.0.0.0:8000 0.0.0.0:0 LISTENING 23296 TCP [::]:8000 [::]:0 LISTENING 23296 tasklist|findstr "23296" 出现: 阅读全文
摘要:
mybatis plus 1引入依赖 <!--MybatisPlus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.5.3.1 阅读全文