随笔分类 -  校园商铺项目

web.xml 各版本的 Schema 头部声明/Dynamic Web Module版本较多
摘要:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web- 阅读全文
posted @ 2020-02-29 22:27 识途老码 阅读(237) 评论(0) 推荐(0)
Project xxx is missing required source folder: 'src/main/resources' 问题解决办法
摘要:Project xxx is missing required source folder: 'src/main/resources' 问题解决办法 转载成伟平cwp 最后发布于2018-06-20 10:25:32 阅读数 3105 收藏 展开 问题描述: Project xxx is missi 阅读全文
posted @ 2020-02-29 21:53 识途老码 阅读(980) 评论(0) 推荐(0)
执行环境不要求与JRE1.8匹配的问题/The compiler compliance specifies is 1.5 but JRE1.8 is used
摘要:问题:The compiler compliance specifies is 1.5 but JRE1.8 is used 当前的执行环境是1.5又要让它在1.8里面执行, 解决办法:在pom.xml文件中做出相应的改动。 1.找到maven中央仓库https://mvnrepository.co 阅读全文
posted @ 2020-02-29 19:24 识途老码 阅读(1230) 评论(0) 推荐(0)
环境准备
摘要: 阅读全文
posted @ 2020-02-28 13:07 识途老码 阅读(123) 评论(0) 推荐(0)