随笔分类 - 框架 / 模板文件
摘要:高版本 配置信息: Tomcat10 pom.xml <!--Spring6仓库地址--> <repositories> <repository> <id>repository.spring.milestone</id> <name>Spring Milestone Repository</name
阅读全文
摘要:Maven 依赖搜索 记住: junit scope → test 与servlet 有关的 scope → provided maven打包webapp下资源不存在 <build> <resources> <resource> <directory>src/main/webapp</directo
阅读全文
摘要:Web index.jsp <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> </head> <body> </body> </html> jdbc
阅读全文