Loading

04 2021 档案

摘要:<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ 阅读全文
posted @ 2021-04-29 12:13 Concealer 阅读(40) 评论(0) 推荐(0)
摘要:web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2021-04-28 00:42 Concealer 阅读(43) 评论(0) 推荐(0)
摘要:常用依赖 <dependencies> <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc --> <dependency> <groupId>org.springframework</groupId> 阅读全文
posted @ 2021-04-16 13:57 Concealer 阅读(125) 评论(0) 推荐(0)