
ssm
lu__ya
这个作者很懒,什么都没留下…
展开
-
maven的仓库配置
在settings.xml中使用阿里镜像配置如下在 alimaven central aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ 最好在里添加 jdk18 true 1.翻译 2018-01-27 19:35:05 · 239 阅读 · 0 评论 -
maven创建ssm
4.0.0 com.lucas SSMDemo 0.0.1-SNAPSHOT war 服务器启动失败产生A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Fai翻译 2018-01-27 21:47:31 · 275 阅读 · 0 评论 -
ssm的web.xml 配置信息
xmlns="http://java.sun.com/xml/ns/javaee"xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"id="WebApp_ID" version="3.0" >contextConfig翻译 2018-01-28 21:46:53 · 692 阅读 · 0 评论 -
ssm4.3版本配置dao层与mapper.xml不在同一个包中的处理方法
比如:dao的写法是package com.lucas.dao;import java.util.List;import org.springframework.stereotype.Repository;import com.lucas.bean.User;@Repositorypublic interface UserMapper { public List<User> getLi...原创 2018-03-01 23:08:02 · 2857 阅读 · 2 评论