forked from bupt1987/JgWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
*.war | ||
*.ear | ||
/target | ||
/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
JgWeb | ||
===== | ||
|
||
JgFramework的例子 | ||
JgFramework的例子,需要导入JgFramework才能运行 | ||
JgFramework 见:https://github.com/bupt1987/JgFramework | ||
|
||
注意事项 | ||
====== | ||
1、开发是在Eclipse下开发的,需要maven支持,jdk在1.7以上 | ||
2、启动使用tomcat或者直接运行com.zhaidaosi.game.serve.BootStart 中的main方法。 | ||
3、如果是tomcat的访问http://127.0.0.1/JgWeb,如果是运行main方法的,用浏览器打开src/main/webapp/index.html即可 | ||
4、注意新建数据库,sql在docs目录下,还要注意数据库用户名密码,在src/main/java/jdbc.properties | ||
|
||
配置文件 | ||
====== | ||
见src/main/java/下 | ||
1、spring的配置文件:applicationContext.xml和services.xml | ||
2、框架配置文件:jgframework.properties,默认配置见JgFramework框架中的default_jgframework.properties | ||
3、数据库配置:jdbc.properties | ||
|
Submodule bin
deleted from
d635a3