ssm
奋斗威威
奋斗威威
展开
-
log4j.xml
# Global logging configuration log4j.rootLogger=DEBUG, stdout # Console output... log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout原创 2017-09-15 14:59:22 · 189 阅读 · 0 评论 -
db.properties
jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/springmvc?characterEncoding=utf-8 jdbc.username=root jdbc.password=root原创 2017-09-15 15:00:22 · 334 阅读 · 0 评论 -
web.xml 配置
springmvc-mybatis index.html index.htm index.jsp default.html default.htm default.jsp contextConfigLocation classpath:applicationContext.xml or原创 2017-09-15 15:05:04 · 199 阅读 · 0 评论 -
SpringMvc.xml
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http://www.springfram原创 2017-09-15 14:58:34 · 1045 阅读 · 0 评论 -
applicationContext.xml
xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.org/schema/p" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframew原创 2017-09-15 15:03:13 · 165 阅读 · 0 评论