1 Star 0 Fork 0

bboss / bbootdemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme.txt 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
bboss 提交于 2017-12-28 00:36 . Initial commit
demoproject实战策略:
1.将demoproject工程导入eclipse
2.准备好tomcat 6和jdk 15或以上
3.在tomcat 6的conf\Catalina\localhost下增加mvc.xml文件,内容为:
<?xml version='1.0' encoding='utf-8'?>
<Context docBase="D:\workspace\bbossgroups-3.5\bestpractice\demoproject\WebRoot" path="/demoproject" debug="0" reloadable="false">
</Context>
用户可以根据自己的情况设置docBase属性的值
4.启动tomcat,输入以下地址即可访问mvc的数据绑定实例了:
http://localhost:8080/demoproject/examples/index.page
JavaScript
1
https://gitee.com/bboss/bbootdemo.git
git@gitee.com:bboss/bbootdemo.git
bboss
bbootdemo
bbootdemo
master

搜索帮助