
xml
Jalyce_ge
这个作者很懒,什么都没留下…
展开
-
spring-mybatis.xml 的作用
1.spring-mybatis.xml 的作用配置数据源>>创建 sqlsessionFactory>>生成 mapper 代理2.步骤2.1 配置数据源 外部db.properties 文件 jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/student...原创 2018-12-27 11:00:47 · 2689 阅读 · 0 评论 -
mybatis.xml
1.使用使用mybatis-plus时加入依赖<!-- https://mvnrepository.com/artifact/com.baomidou/mybatis-plus --> <dependency> <groupId>com.baomidou</groupId> <artifactId>...原创 2018-12-27 11:41:32 · 185 阅读 · 0 评论 -
spring-mvc.xml
1.spring-mvc.xmlpom.xml<!--springmvc spring--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artif...原创 2019-01-07 13:11:35 · 6849 阅读 · 0 评论 -
Ehcache.xml
1.Ehcache 拿来就能用的 2.pom.xml<!-- https://mvnrepository.com/artifact/org.apache.shiro/shiro-ehcache --><dependency> <groupId>org.apache.shiro</groupId> <artif...原创 2019-01-07 13:42:30 · 474 阅读 · 0 评论