From 9fbcec28e3cc42347dada76bcb0696a532a07475 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Wed, 29 Nov 2017 22:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AA=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=88=90war=E7=9A=84module=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index d103d2c..b5d2542 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ # spring-boot-demo 项目 -## 模块计划(已完成:14 / 36) +## 模块计划(已完成:14 / 37) - [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~ - [x] ~~spring-boot-demo-properties(读取配置文件信息)~~ @@ -38,6 +38,7 @@ - [ ] spring-boot-demo-activiti(集成 Activiti 实现流程控制引擎) - [ ] spring-boot-demo-async(Spring boot 实现异步调用) - [ ] spring-boot-demo-dubbo(集成 dubbo) +- [ ] spring-boot-demo-war(打包成war包) ### 备注