- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 插件 maven tomcat7
因为 每次打开tomcat 官网比较慢 所以这里贴出来,方便使用。<build> <plugins> <!-- 配置Tomcat插件 --> <plugin> <groupId>org.apache.tomcat.mav...
2019-02-18 13:11:08
1508
原创 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
470
原创 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
6844
原创 shiro授权-JSP标签方式
1.引入标签<%@ taglib prefix="shiro" uri="http://shiro.apache.org/tags" %>2.十种标签的含义guest 标签:访问客看到的内容 user标签:登录后(记住我)看到的内容 authenticated:认证后能看到的内容 notAuthenticated:未认证能看到的内容 principal:显示身份...
2019-01-07 13:04:03
320
原创 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
183
原创 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
2684
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人