Commit Graph

39 Commits

Author SHA1 Message Date
Wendal Chen
f1a10504fd change: 扩大AppContext随机端口的范围 2018-03-30 23:15:29 +08:00
Wendal Chen
3d1a8a4df1 remove: 多余的日志 2018-03-30 17:36:35 +08:00
Wendal Chen
fa6f163851 fix: jetty有个@PropDoc写错了 2018-03-30 11:33:44 +08:00
Wendal Chen
9bb4002d16 fix: wkcache在特定场景下不生效的bug 2018-03-28 20:52:17 +08:00
Wendal Chen
c78ad24876 fix: issue #127 外部properties配置路径不支持绝对路径 2018-03-26 13:06:28 +08:00
Wendal Chen
5fbb1d5fb2 add: starter-test-junit单元测试库 2018-03-25 11:02:52 +08:00
Wendal Chen
4ebc516e5e add: 添加单元测试支持 2018-03-24 17:19:11 +08:00
Wendal Chen
618b61b751 change: 把ioc容器提前放入Mvcs上下文,这样很多库就默认兼容了 2018-03-22 22:48:54 +08:00
Wendal Chen
fd18877d09 add: 添加NbAppEventListener,可拦截NbApp的各种事件 2018-03-22 15:57:54 +08:00
Wendal Chen
dcb1339f36 add: 添加@AsSpringBean注解 2018-03-13 11:09:53 +08:00
Howe Chiang
deab51830e
Update _banner.txt 2018-03-04 10:41:14 +08:00
Wendal Chen
9bbe992410 release: v2.1.3 2018-02-26 14:10:51 +08:00
Wendal Chen
791364687b update: 完善ChangeLog,完成发布的准备工作 2018-02-06 15:48:41 +08:00
Wendal Chen
0da2b0c9f4 add: 添加获取当前进程号的帮助方法 2018-02-06 15:32:48 +08:00
Wendal Chen
346113db28 change: 不再提示server.port与jetty.port/undertow.port/tomcat.port 2018-01-24 22:48:35 +08:00
黄道坤
c20ca3cd56 更新 AppContext.java 2018-01-24 22:41:05 +08:00
黄道坤
095e841895 更新 AppContext.java 2018-01-24 14:44:39 +08:00
Wendal Chen
c4b6663a08 add: 总会有人用slf4j-simple,成全他们吧,兼容之 2018-01-18 17:40:58 +08:00
Wendal Chen
f893c0cef7 add: starter-config-client NB配置中心客户端 2018-01-18 12:45:23 +08:00
Wendal Chen
028661048c fix: https://gitee.com/nutz/nutzboot/issues/IHEAY 2018-01-16 20:32:10 +08:00
Wendal Chen
0fdfd6ccec
fix: PropertiesConfigureLoader里面的正则表达式写错了
结束应该是$, 写成了开头^
2018-01-14 20:18:32 +08:00
Wendal Chen
825489baa0 change: ConfigureLoader配置改成从 META-INF/nutz/org.nutz.boot.config.ConfigureLoader 读取 2018-01-14 15:28:37 +08:00
Wendal Chen
ed89909aeb change: 使用nutz的帮助函数简化PropertiesConfigureLoader的新增逻辑 2018-01-14 15:11:00 +08:00
wentao
685121f419 修正拼接路径重复的问题 2018-01-14 12:38:33 +08:00
wentao
dbe6820c9c update:修复配置文件路径读取没带目录的问题 2018-01-14 11:13:35 +08:00
wentao
2b0cff0837 修正注解 2018-01-14 02:20:18 +08:00
wentao
e601b323ff 修复PropertiesConfigureLoader路径读取问题 2018-01-14 02:17:42 +08:00
wentao
0ea6262ec9 修正nutz.boot.configure.properties.dir处理逻辑的注释 2018-01-13 23:54:27 +08:00
wentao
36ec53b1ae 修复未引用 UnsupportedEncodingException 的问题 2018-01-13 23:22:05 +08:00
wentao
6f83fc2268 1、修正加载路径使用path
2、修改动态读取配置项名称为:nutz.boot.configure.properties.dir
2018-01-13 23:04:33 +08:00
wentao
c1dac72b29 1 新增支持读取jar包外部application.properties为绝对路径
2 新增支持application.properties配置configDir,可自动加载该目录下所有配置文件
2018-01-13 22:11:46 +08:00
Wendal Chen
6bc9369364 add: PropertiesConfigureLoader从当前文件夹读取application.properties,如果存在的话 2018-01-13 20:38:01 +08:00
Wendal Chen
f4feda5f43 change: 把蛋蛋的starter-tio格式化一下,微调一下, demo的命令规范一下 2018-01-12 14:17:20 +08:00
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
480c991235 change: 使用统一的server.port替代原本的jetty.port/tomcat.port/undertow.port
add: server.port=0的时候使用随机端口(8000~8999)
remove: temp目录里面的垃圾文件
2018-01-05 18:15:24 +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
2349ecb6b9 change: 重构项目结构,分拆为core/starter/contrib/demo
1. core是核心包,代码严谨性最高,审核最严格
2. starter是各种关键的启动器, 要求比core低一些
3. contrib属于贡献包,通常是starter项目,方便大家提交
4. demo存放各种示例,一般来说,每个启动器对应一个或多个demo
5. doc存放文档
2018-01-03 12:56:54 +08:00