
SpringBoot/MVC
吃不胖的茶叶蛋
这个作者很懒,什么都没留下…
展开
-
Shiro+JWT 前后端分离方案
Shiro+JWT 前后端分离方案理论的东西就不说了,网上一大堆教程。因为我本身web应用做得比较多,所以本篇文章主要是结合SpringBoot来讲解。当然shiro也是支持standlon模式使用的(可以参考我的另一篇文章 自定义Realm)使用SpringBoot,最优的依赖方案是shiro-spring-boot-starter<dependency> <groupId>org.apache.shiro</groupId> <artifactI原创 2020-05-17 12:29:08 · 8025 阅读 · 2 评论 -
javax.servlet.http.httpservlet was not found
javax.servlet.http.httpservlet was not found on the java build pathAdd a runtime first and select project properties then check server name from ‘Runtimes’ tab as shown in image原创 2015-11-05 14:38:07 · 530 阅读 · 0 评论 -
spring
视频地址:http://www.imooc.com/learn/196spring注入设值注入 <bean id="injectionService" class="com.twx.ioc.injection.service.InjectionServiceImpl"> <property name="injectionDao" ref="injectionD原创 2016-07-25 16:43:59 · 514 阅读 · 0 评论 -
基于xml配置的Spring MVC HelloWorld
简书链接原创 2017-08-30 14:59:50 · 275 阅读 · 0 评论