Commit Graph

265 Commits

Author SHA1 Message Date
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
Wendal Chen
e8a89bd220 Merge branch 'dev' of github.com:nutzam/nutzboot into dev 2017-12-01 11:35:47 +08:00
Wendal Chen
4a8afcff11 update: 把2.0-RC的变更历史完善一下,准备发新闻去 2017-12-01 11:35:24 +08:00
Wendal Chen
a38b053459 revert: 恢复WebServletFace的getInitParameters的返回值类型 2017-12-01 11:34:12 +08:00
Wendal Chen
b7eade58ca
Merge pull request #29 from nutzam/update_demo_simple_pom_xml
fix: 修正一下demo pom 的版本号
2017-11-30 23:47:44 +08:00
Peter Zhang
6ef62b7fda fix: 修正一下demo pom 的版本号 2017-11-30 23:37:42 +08:00
Wendal Chen
6ca5b33fce change: 在README的undertow描述后面加上作者 @qinerg 2017-11-30 16:39:50 +08:00
Wendal Chen
ffd885fe44 update: 更新Readme和ChangeLog, @qinerg 把undertow的starter完成了,赞!!! 2017-11-30 16:38:16 +08:00
Wendal Chen
785abec206 add: starter-cxf,但当前只有服务端 2017-11-30 16:29:26 +08:00
qinerg
cfb8c4f2e9 add: 增加undertow启动器的实现 2017-11-30 16:09:29 +08:00
Wendal Chen
b9f0c7684b update: 看看文档的效果 2017-11-29 21:52:39 +08:00
Wendal Chen
cd2b4efdb2
Merge pull request #28 from nutzam/sort_out_pom_version
update: 整理pom里面的版本号,统一放到根pom.xml管理
2017-11-29 21:27:20 +08:00
Wendal Chen
48ada6ec53 update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
Wendal Chen
ee0f23409d change: 国际化的目录变更为locales 2017-11-29 20:04:43 +08:00
Wendal Chen
e03c33698f add: 目录结构里面还有module包 2017-11-29 19:32:16 +08:00
Wendal Chen
c123bcb3f1 update: 国际化的目录描述忘记加上了 2017-11-29 16:34:43 +08:00
Wendal Chen
8b1036307e add: 应胖五的要求, 开始添加md格式的文档 2017-11-29 16:26:12 +08:00
Wendal Chen
ec7402463b add: 在ChangeLog中添加2.0-RC的部分信息
add: NbApp添加点注释
fix: NbApp.allowCommandLineProperties应该是从系统Properties加载,另外,命令参数总是有效
2017-11-29 11:21:12 +08:00
Wendal Chen
079768c64d change: 支持MainLauncher上的@IocBy 2017-11-29 10:34:58 +08:00
Wendal Chen
f440f4b6a4 change: 改为使用PropertiesProxy.makeDeep生成Swagger的Info对象 2017-11-29 09:34:27 +08:00
Wendal Chen
e276b42f08
Merge pull request #27 from nutzam/add_swagger_demo
add: 完善starter-swagger并添加demo
2017-11-28 21:51:48 +08:00
Wendal Chen
33e152f246 add: 完善starter-swagger并添加demo 2017-11-28 21:50:17 +08:00
Wendal Chen
7dd0e9f3d8 fix: druid和hikari的依赖关系改一下 2017-11-27 13:54:50 +08:00
Wendal Chen
12236c1e9f change: 默认使用druid连接池 2017-11-27 13:32:13 +08:00
Wendal Chen
29fce96c0f update: beetl和jetx的demo不需要引用starter-nutz-dao啦 2017-11-27 12:46:34 +08:00
Wendal Chen
465a706bfd
Merge pull request #26 from nutzam/support_HikariCP
add: starter-jdbc添加并默认使用hikariCP
2017-11-27 12:37:33 +08:00
Wendal Chen
4dfc02f9b9 add: starter-jdbc添加并默认使用hikariCP 2017-11-27 12:36:13 +08:00
Wendal Chen
fd4b4a6816
Merge pull request #25 from nutzam/shiro_without_ini
add: starter-shiro可以不加shiro.ini了
2017-11-27 11:51:42 +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
0df485e2c2 change: 完全接管@IocBy注解 2017-11-26 19:59:06 +08:00
Wendal Chen
0b7adb82c0
Merge pull request #24 from nutzam/support_commandline_properties
add: 支持命令行参数和profile设置
2017-11-26 19:20:43 +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
9050bed926 change: starter-jetty不再添加jsp相关的jar
add: starter-jetty添加nutz-plugins-websocket
2017-11-24 22:50:13 +08:00
Wendal Chen
541dd0bfda
Merge pull request #23 from nutzam/add_ngrok_starter
add:  starter-ngrok 内网穿透ngrok客户端
fix: starter-shiro中的ShiroEnv未添加到列表
add: demo-simple-mvc-shiro未加入demo-simple的pom
2017-11-24 14:41:45 +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
d55244108c
Merge pull request #22 from nutzam/add_jetx_starter
add: start-jetx for jetbrick-template
2017-11-23 21:43:19 +08:00
Wendal Chen
ee50197b39 fix: nutzboot-starter-jetx未添加到顶层的pom.xml 2017-11-23 21:36:34 +08:00
Wendal Chen
95598d79b8 fix: starter重复的话,不应该报错嘛 2017-11-23 17:40:43 +08:00
Wendal Chen
3e02f72f71 change: 点亮README里面的jetbrick-template 2017-11-23 17:26:36 +08:00
Wendal Chen
dd2a53cab7 add: start-jetx for jetbrick-template 2017-11-23 17:16:54 +08:00
Wendal Chen
0137c5e7d7
Merge pull request #21 from nutzam/add_beetl_starter
add: 添加starter-beetl,并添加对应的demo
2017-11-23 16:16:41 +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
5af6346d52
Merge pull request #19 from nutzam/add_propdoc_simple
add: @PropDoc的读取器
2017-11-23 11:11:40 +08:00