Commit Graph

16 Commits

Author SHA1 Message Date
Wendal Chen
72bc9afb23 update: 发布2.1.0后,继续前行, 版本号设置到2.2-SNAPSHOT 2018-01-10 14:47:50 +08:00
Wendal Chen
1fe4baae69 release: v2.1.0 2018-01-10 14:36:14 +08:00
Wendal Chen
7bbf2751f4 change: 把jetty.host/undertow.host/tomcat.host统一为server.host 2018-01-06 22:31:05 +08:00
Wendal Chen
aa70cc1d8a add: 让shiro支持urls过滤
update: 顺便把shiro的demo搞通畅
fix: shiro的@PropDoc没生效
add: 设置登录地址/登出后的重定向地址/未授权时的跳转地址
2018-01-03 22:23:21 +08:00
Wendal Chen
d36620ddcf change: 为caffeine方法缓存的配置信息添加前缀caffeine
顺便把pom.xml清理一遍
2017-12-30 19:45:18 +08:00
Wendal Chen
e66a8d5151 move: 向v2.1前进 2017-12-24 22:25:11 +08:00
Wendal Chen
b69ae44c74 remove: 清理dependency-reduced-pom.xml 2017-12-22 15:10:35 +08:00
Wendal Chen
53d7131629 Merge branch 'dev' into add_cxf_webservice
# Conflicts:
#	nutzboot-starter-nutz-mvc/src/main/java/org/nutz/boot/starter/nutz/mvc/NutFilterStarter.java
#	pom.xml
2017-12-22 10:05:45 +08:00
Wendal Chen
fd4d107953 update: U家三剑客的版本号升级一下 2017-12-20 22:43:27 +08:00
Wendal Chen
adb5ba938e fix: starter-shiro报session id不存在,原因是需要一个默认的CacheManager 2017-12-04 00:21:19 +08:00
Wendal Chen
859b6621de update: NbApp自动推断MainClass
update: jetty换最新版9.4.8.v20171121
2017-12-02 22:43:44 +08:00
Peter Zhang
6ef62b7fda fix: 修正一下demo pom 的版本号 2017-11-30 23:37:42 +08:00
Wendal Chen
785abec206 add: starter-cxf,但当前只有服务端 2017-11-30 16:29:26 +08:00
Wendal Chen
4dfc02f9b9 add: starter-jdbc添加并默认使用hikariCP 2017-11-27 12:36:13 +08:00
Wendal Chen
5496369031 add: starter-shiro可以不加shiro.ini了
add: classpath下的webapp目录也作为jetty的根路径
update: 把shiro的demo完善一下,加入realm,pojo等对象

不存在shiro.ini的时候, 通过自定义的NbResourceBasedWebEnvironment替换默认的IniWebEnvironment

Signed-off-by: Wendal Chen <wendal1985@gmail.com>
2017-11-26 23:41:42 +08:00
Wendal Chen
28c44f5ac0 fix: starter-shiro中的ShiroEnv未添加到列表
add: demo-mvc-shiro 虽然不完善,但起码能验证shiro插件是否工作
2017-11-24 14:38:53 +08:00