Commit Graph

66 Commits

Author SHA1 Message Date
Wendal Chen
265cec9c7c update: 更新ChangeLog 2017-12-14 13:53:44 +08:00
lx19990999@gmail.com
315572f9ec 添加了uflo2、ureport、urule必须的配置 2017-12-14 11:52:42 +08:00
lx19990999@gmail.com
12f8b62b2f 修正了自己提交的nutzboot-demo-maker的几个选项中的错误 2017-12-14 11:26:44 +08:00
lx19990999@gmail.com
61a1edbb50 添加nutzboot-demo-maker的几个选项 2017-12-14 11:07:40 +08:00
Wendal Chen
dd23e18487 update: 进一步优化uflo/urule/ureport的启动过程 2017-12-12 23:06:21 +08:00
Wendal Chen
9ea9b8fef8 fix: issue #51 2017-12-12 17:07:17 +08:00
Wendal Chen
cf47ed3880 update: 改进starter-tomcat的代码
remove: 移除springboot相关代码及类
remove: 移除jsp支持
fix: 为Filter添加FilterMap
2017-12-11 22:53:42 +08:00
Wendal Chen
d3f58ee37a
Merge branch 'dev' into dev 2017-12-11 22:00:34 +08:00
Wendal Chen
1a8c96e9c4 add: ureport的启动器 2017-12-10 23:03:47 +08:00
Wendal Chen
be08a92fb6 add: 添加starter-urule
change: nutzboot-spring-context.xml里面的bean应该全部懒加载
2017-12-09 21:22:14 +08:00
Wendal Chen
29fd717ae5 add: 抽象出一个NutzBoot与SpringIoc的桥接,从而简化uflo的集成 2017-12-09 20:28:12 +08:00
Wendal Chen
0b4b6fec9e fix: uflo的demo还是改成uflo.debug=true模式比较好 2017-12-09 17:58:59 +08:00
Wendal Chen
db6f08cc01 update: uflo从NbApp的配置信息中读取uflo.debug等配置
嗯,应该完备了吧
2017-12-09 11:46:36 +08:00
Wendal Chen
b511ebbf5e add: 加个能跑的starter-uflo及demo 2017-12-07 22:28:40 +08:00
Wendal Chen
d83b4c9e19 Merge branch 'dev' of github.com:nutzam/nutzboot into add_sharding-jdbc
# Conflicts:
#	pom.xml
2017-12-06 18:08:19 +08:00
Wendal Chen
2b08c6076c add: 添加sharding-jdbc及其demo 2017-12-06 18:06:48 +08:00
ywjno
06bee2596f add: 添加 thymeleaf 的 demo 项目 2017-12-06 17:33:16 +08:00
Wendal Chen
c1dcbbee33 update: 更新一下ChangeLog 2017-12-05 19:13:32 +08:00
Wendal Chen
b15ac9ed54 add: 新增NutzConnectionSource,实现Trans与BeetlSql的事务集成 2017-12-05 17:29:26 +08:00
Wendal Chen
622beda6ba add: starter-beetlsql 及其demo 2017-12-05 14:49:50 +08:00
benjobs
3c74976d93 tomcat support! 2017-12-04 17:09:04 +08:00
qinerg
eb85e21a51 modify: 增加mongodb连接池、超时时间等配置项 2017-12-04 14:31:18 +08:00
qinerg
9610589bd2 add: nutzboot-starter-mongodb 的实现及 demo 2017-12-04 11:24:17 +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
Wendal Chen
982dbbf884 fix: undertow+shiro的时候抛NPE 2017-12-01 17:31:33 +08:00
qinerg
0dd592ea19 modify: nutzboot-demo-simple增加nutzboot-demo-simple-undertow模块 2017-12-01 13:21:32 +08:00
qinerg
de2c134398 modify: 修改undertow的设置 2017-12-01 11:58:25 +08:00
qinerg
ce806d2734 add: nutzboot-demo-simple-undertow 2017-12-01 11:55:17 +08:00
Peter Zhang
6ef62b7fda fix: 修正一下demo pom 的版本号 2017-11-30 23:37:42 +08:00
Wendal Chen
48ada6ec53 update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
Wendal Chen
33e152f246 add: 完善starter-swagger并添加demo 2017-11-28 21:50:17 +08:00
Wendal Chen
29fce96c0f update: beetl和jetx的demo不需要引用starter-nutz-dao啦 2017-11-27 12:46:34 +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
7d0a36fa7b add: 支持命令行参数和profile设置
fix: https://gitee.com/nutz/nutzboot/issues/IG1C9
2017-11-26 15:00:46 +08:00
Wendal Chen
93a797f42b fix: demo-simple-mvc-shiro未加入demo-simple的pom 2017-11-24 14:39:57 +08:00
Wendal Chen
28c44f5ac0 fix: starter-shiro中的ShiroEnv未添加到列表
add: demo-mvc-shiro 虽然不完善,但起码能验证shiro插件是否工作
2017-11-24 14:38:53 +08:00
Wendal Chen
e3a625e91e add: starter-ngrok 内网穿透ngrok客户端 2017-11-24 11:33:33 +08:00
Wendal Chen
ee50197b39 fix: nutzboot-starter-jetx未添加到顶层的pom.xml 2017-11-23 21:36:34 +08:00
Wendal Chen
dd2a53cab7 add: start-jetx for jetbrick-template 2017-11-23 17:16:54 +08:00
Wendal Chen
e147daa8aa change: demo移动profile,需要手动开启才编译 2017-11-23 16:10:36 +08:00
Wendal Chen
6f0a5e668b add: demo打包的时候应该变成 runnable jar 2017-11-23 15:52:08 +08:00
Wendal Chen
42187fa158 add: 添加starter-beetl,并添加对应的demo
change: 把nutzboot-demo-simple统统放到一个文件夹内
2017-11-23 14:42:14 +08:00
Wendal Chen
7aa549fbf5 fix: demo-maker生成的MainLauncher缺了init方法 2017-11-23 11:14:17 +08:00
Wendal Chen
e267184542 add: @PropDoc的读取器
Signed-off-by: Wendal Chen <wendal1985@gmail.com>
2017-11-22 22:53:23 +08:00
Wendal Chen
bdd26a2399 add: 补回jetbrick-template进开发计划 2017-11-22 18:58:23 +08:00
Wendal Chen
47dca00acb update: README的第一段改成列表 2017-11-22 11:23:59 +08:00
Wendal Chen
1a4174f2c5 update:更新README,因为shiro/quartz/dubbo/zbus/wkcache已经完成初版
change: 默认扫描org.nutz.boot.starter下的ioc注解
add: Banner使用info级别打印
add: 添加Slf4j日志适配器,默认走slf4j了
add: 添加ioc/目录,用户可自行添加额外的ioc json配置文件,例如文件上传的配置
2017-11-20 11:15:30 +08:00
Wendal Chen
2c048b8e8e fix: zbus和dubbo的demo的pom.xml中的parent应该是nutzboot-demo 2017-11-19 21:58:47 +08:00