摘要:
查到占用端口号并关闭 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" 出现: 阅读全文
posted @ 2024-02-16 18:23
赤叶秋枫
阅读(54)
评论(0)
推荐(0)
摘要:
mybatis plus 1引入依赖 <!--MybatisPlus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.5.3.1 阅读全文
posted @ 2024-02-16 14:27
赤叶秋枫
阅读(123)
评论(0)
推荐(0)