
Spring
PotatoAndPotato
这个作者很懒,什么都没留下…
展开
-
Spring 整合MyBatis详解
1.db.properties(数据库的连接配置)jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://10.11.111.111:1234/Test?characterEncoding=utf-8jdbc.username=rootjdbc.password=root2.applicationContext.xml 中引入applicati...原创 2018-05-04 12:59:52 · 269 阅读 · 0 评论 -
Spring的pom.xml的常用配置
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/PO原创 2018-05-16 20:30:05 · 3743 阅读 · 1 评论 -
Spring整合springmvc
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.原创 2018-05-24 23:00:47 · 212 阅读 · 0 评论