摘要:一、简述 1.整合Shiro或者 Spring(Spring Security)本次使用Shiro 2.Shiro有两个部分认证、授权 3.使用jar包 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</
阅读全文
摘要:server.xml配置 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreem
阅读全文
摘要:演示 后端框架 SpringBoot Mybatis 前端框架 Thymeleaf LayUI JQuery 数据库 MySQL 开发必备技术 熟悉SpringMVC框架 熟悉SpringBoot框架 熟悉Mybatis框架 了解Thymeleaf模板 了解LayUI框架 熟悉JQuery 熟悉My
阅读全文
摘要:1.整合Spring、SpringMVC2.整合Spring、Hernate3.配置web.xml文件4.配置Tomcat,并且配置为热部署5.在此不过多介绍Spring、SpringMVC整合6.Spring与Hibernate整合关键代码如下<bean id="sessionFactory" c
阅读全文