web框架
Winfred_HE
这个作者很懒,什么都没留下…
展开
-
springboot 新增并使用自定义starter
springboot 新增简单的自定义starter原创 2020-07-06 09:27:47 · 408 阅读 · 0 评论 -
springboot 整合mybatis 实现通用dao
1、版本<?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://mave...原创 2019-12-15 21:18:39 · 1809 阅读 · 0 评论 -
hibernate4 通用dao,service
代码web.xml记得加上 <filter> <filter-name>openSessionInView</filter-name> <filter-class>org.springframework.orm.hibernate4.support.OpenSessionInViewFilter</filter-clas...原创 2017-02-14 14:27:52 · 168 阅读 · 0 评论