xml
Jalyce_ge
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring-mybatis.xml 的作用
1.spring-mybatis.xml 的作用 配置数据源>>创建 sqlsessionFactory>>生成 mapper 代理 2.步骤 2.1 配置数据源 外部db.properties 文件 jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/student...原创 2018-12-27 11:00:47 · 2741 阅读 · 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 · 201 阅读 · 0 评论 -
spring-mvc.xml
1.spring-mvc.xml pom.xml <!--springmvc spring--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artif...原创 2019-01-07 13:11:35 · 6917 阅读 · 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 · 500 阅读 · 0 评论
分享