摘要:
提示不存在的原因是 父工程中,创建生成的pom.xml中有着这样的build <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</ar 阅读全文
2022年8月31日
2022年5月1日
摘要:
1.在pom.xml加入SpringSecurity的依赖 <!-- SpringSecurity对Web应用进行权限管理 --> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-secu 阅读全文
2022年2月24日
摘要:
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 意思是javax.servlet.http.HttpServlet在java构建路径上未找到 解决办法: 1.右键项目 >Buil 阅读全文
2022年2月23日
摘要:
在父程component中引入子工程entity,导入依赖之后不生效,无法导入包 解决办法: 右键Maven >update project 阅读全文