Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable #345

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/install/src/02.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ How to deploy

::

home/work/dsp/disconf-rd/online-resources
/home/work/dsp/disconf-rd/online-resources

**如果不确定如何配置,可以拷贝/disconf-web/profile/rd/目录下的文件,拷贝过去后修改即可。**

Expand Down Expand Up @@ -243,7 +243,7 @@ Nginx(处理静态请求) + Tomcat(处理动态请求)

- **后端**

- SpringMvc(3.1.2+)
- SpringMvc(Spring 4.1.7.RELEASE)
- Jdbc-Template
- Mysql
- RestFul API
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial-client/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Tutorial-client
src/Tutorial10
src/Tutorial11-config-download-path
src/Tutorial13-unify-notify
src/Tutorial14-bean-setter-mode.md
src/Tutorial14-bean-setter-mode
src/jar-start-up
src/config-getter
3 changes: 2 additions & 1 deletion docs/source/tutorial-client/src/jar-start-up.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
主要升级点
~~~~~~~~~~

当使用以-jar方式启动的程序(非tomcat,web方式)时,例如springboot时,可以无缝对接(不会出现配置文件找不到的情况)
当使用以 -jar 方式启动的程序(非tomcat,web方式)时,例如 springboot
时,可以无缝对接(不会出现配置文件找不到的情况)

正确的使用方式
~~~~~~~~~~~~~~
Expand Down