Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
石磊
/
cihai
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1b683692
authored
Dec 06, 2017
by
侯昆
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
初始化
1 parent
4f65f977
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
29 additions
and
2 deletions
.gitignore
README.md
serverside/cihai-jsp/pom.xml → serverside/cihai-wechat/pom.xml
serverside/cihai-jsp/src/main/java/com/dookay/cihai/jsp/CihaiJspApplication.java → serverside/cihai-wechat/src/main/java/com/dookay/cihai/jsp/CihaiJspApplication.java
serverside/cihai-jsp/src/main/resources/META-INF/spring-devtools.properties → serverside/cihai-wechat/src/main/resources/META-INF/spring-devtools.properties
serverside/cihai-jsp/src/main/resources/application-dev.properties → serverside/cihai-wechat/src/main/resources/application-dev.properties
serverside/cihai-jsp/src/main/resources/application-production.properties → serverside/cihai-wechat/src/main/resources/application-production.properties
serverside/cihai-jsp/src/main/resources/application-test.properties → serverside/cihai-wechat/src/main/resources/application-test.properties
serverside/cihai-jsp/src/main/resources/application.properties → serverside/cihai-wechat/src/main/resources/application.properties
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/400.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/400.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/404.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/404.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/500.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/500.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/coral/list.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/coral/list.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/coral/user/list.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/coral/user/list.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/form/index.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/form/index.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/include/footer.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/include/footer.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/include/header.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/include/header.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/include/taglib.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/include/taglib.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/index.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/index.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/other.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/other.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/jsp/service.jsp → serverside/cihai-wechat/src/main/webapp/WEB-INF/jsp/service.jsp
serverside/cihai-jsp/src/main/webapp/WEB-INF/web.xml → serverside/cihai-wechat/src/main/webapp/WEB-INF/web.xml
serverside/cihai-jsp/src/main/webapp/static/js/backend.js → serverside/cihai-wechat/src/main/webapp/static/js/backend.js
serverside/cihai-jsp/src/main/webapp/static/js/layer/layer.js → serverside/cihai-wechat/src/main/webapp/static/js/layer/layer.js
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/default/icon-ext.png → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/default/icon-ext.png
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/default/icon.png → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/default/icon.png
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/default/layer.css → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/default/layer.css
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/default/loading-0.gif → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/default/loading-0.gif
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/default/loading-1.gif → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/default/loading-1.gif
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/default/loading-2.gif → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/default/loading-2.gif
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/extend/layer.ext.js → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/extend/layer.ext.js
serverside/cihai-jsp/src/main/webapp/static/js/layer/skin/selectCountry/style.css → serverside/cihai-wechat/src/main/webapp/static/js/layer/skin/selectCountry/style.css
serverside/cihai-jsp/src/main/webapp/static/js/validator/css/images/loading.gif → serverside/cihai-wechat/src/main/webapp/static/js/validator/css/images/loading.gif
serverside/cihai-jsp/src/main/webapp/static/js/validator/css/images/validator_default.png → serverside/cihai-wechat/src/main/webapp/static/js/validator/css/images/validator_default.png
serverside/cihai-jsp/src/main/webapp/static/js/validator/css/images/validator_simple.png → serverside/cihai-wechat/src/main/webapp/static/js/validator/css/images/validator_simple.png
serverside/cihai-jsp/src/main/webapp/static/js/validator/css/jquery.validator.css → serverside/cihai-wechat/src/main/webapp/static/js/validator/css/jquery.validator.css
serverside/cihai-jsp/src/main/webapp/static/js/validator/jquery.validator.min.js → serverside/cihai-wechat/src/main/webapp/static/js/validator/jquery.validator.min.js
serverside/cihai-jsp/src/main/webapp/static/js/validator/local/en.js → serverside/cihai-wechat/src/main/webapp/static/js/validator/local/en.js
serverside/cihai-jsp/src/main/webapp/static/js/validator/local/en_US.js → serverside/cihai-wechat/src/main/webapp/static/js/validator/local/en_US.js
serverside/cihai-jsp/src/main/webapp/static/js/validator/local/ja.js → serverside/cihai-wechat/src/main/webapp/static/js/validator/local/ja.js
serverside/cihai-jsp/src/main/webapp/static/js/validator/local/zh-CN.js → serverside/cihai-wechat/src/main/webapp/static/js/validator/local/zh-CN.js
serverside/cihai-jsp/src/main/webapp/static/js/validator/local/zh-CN.js~0be8510941f3d21999866ee6c6a83af14c3541fe → serverside/cihai-wechat/src/main/webapp/static/js/validator/local/zh-CN.js~0be8510941f3d21999866ee6c6a83af14c3541fe
serverside/cihai-jsp/src/main/webapp/static/js/validator/local/zh-TW.js → serverside/cihai-wechat/src/main/webapp/static/js/validator/local/zh-TW.js
serverside/cihai-jsp/src/test/java/com/dookay/cihai/jsp/CihaiJspApplicationTests.java → serverside/cihai-wechat/src/test/java/com/dookay/cihai/jsp/CihaiJspApplicationTests.java
serverside/pom.xml
.gitignore
View file @
1b68369
...
@@ -4,3 +4,4 @@
...
@@ -4,3 +4,4 @@
/serverside/cihai-jsp/cihai-jsp.iml
/serverside/cihai-jsp/cihai-jsp.iml
/serverside/cihai-core/cihai-core.iml
/serverside/cihai-core/cihai-core.iml
/serverside/cihai-app/cihai-app.iml
/serverside/cihai-app/cihai-app.iml
/serverside/cihai-wechat/cihai-wechat.iml
README.md
View file @
1b68369
# 实体规划
*
字词 word
* 字形信息
* 字源
* 书法
* 释义
* 相关词
* 百科基本信息
* 百科释义
* 图册
* 视频
* 历版
*
专题 topic
* 基本信息
* 相关词条
* 延伸词条
* 图谱
* 词云解析
* 相关新闻
* 相关专题
serverside/cihai-
jsp
/pom.xml
→
serverside/cihai-
wechat
/pom.xml
View file @
1b68369
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
cihai-
jsp
</artifactId>
<artifactId>
cihai-
wechat
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
...
...
serverside/cihai-
jsp
/src/main/java/com/dookay/cihai/jsp/CihaiJspApplication.java
→
serverside/cihai-
wechat
/src/main/java/com/dookay/cihai/jsp/CihaiJspApplication.java
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/resources/META-INF/spring-devtools.properties
→
serverside/cihai-
wechat
/src/main/resources/META-INF/spring-devtools.properties
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/resources/application-dev.properties
→
serverside/cihai-
wechat
/src/main/resources/application-dev.properties
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/resources/application-production.properties
→
serverside/cihai-
wechat
/src/main/resources/application-production.properties
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/resources/application-test.properties
→
serverside/cihai-
wechat
/src/main/resources/application-test.properties
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/resources/application.properties
→
serverside/cihai-
wechat
/src/main/resources/application.properties
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/400.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/400.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/404.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/404.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/500.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/500.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/coral/list.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/coral/list.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/coral/user/list.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/coral/user/list.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/form/index.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/form/index.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/include/footer.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/include/footer.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/include/header.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/include/header.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/include/taglib.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/include/taglib.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/index.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/index.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/other.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/other.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/jsp/service.jsp
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/jsp/service.jsp
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/WEB-INF/web.xml
→
serverside/cihai-
wechat
/src/main/webapp/WEB-INF/web.xml
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/backend.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/backend.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/layer.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/layer.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/default/icon-ext.png
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/default/icon-ext.png
View file @
1b68369
5.77 KB
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/default/icon.png
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/default/icon.png
View file @
1b68369
11.2 KB
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/default/layer.css
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/default/layer.css
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/default/loading-0.gif
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/default/loading-0.gif
View file @
1b68369
5.66 KB
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/default/loading-1.gif
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/default/loading-1.gif
View file @
1b68369
701 Bytes
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/default/loading-2.gif
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/default/loading-2.gif
View file @
1b68369
1.75 KB
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/extend/layer.ext.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/extend/layer.ext.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/layer/skin/selectCountry/style.css
→
serverside/cihai-
wechat
/src/main/webapp/static/js/layer/skin/selectCountry/style.css
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/css/images/loading.gif
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/css/images/loading.gif
View file @
1b68369
457 Bytes
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/css/images/validator_default.png
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/css/images/validator_default.png
View file @
1b68369
424 Bytes
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/css/images/validator_simple.png
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/css/images/validator_simple.png
View file @
1b68369
1.05 KB
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/css/jquery.validator.css
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/css/jquery.validator.css
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/jquery.validator.min.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/jquery.validator.min.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/local/en.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/local/en.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/local/en_US.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/local/en_US.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/local/ja.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/local/ja.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/local/zh-CN.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/local/zh-CN.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/local/zh-CN.js~0be8510941f3d21999866ee6c6a83af14c3541fe
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/local/zh-CN.js~0be8510941f3d21999866ee6c6a83af14c3541fe
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/main/webapp/static/js/validator/local/zh-TW.js
→
serverside/cihai-
wechat
/src/main/webapp/static/js/validator/local/zh-TW.js
View file @
1b68369
File moved
serverside/cihai-
jsp
/src/test/java/com/dookay/cihai/jsp/CihaiJspApplicationTests.java
→
serverside/cihai-
wechat
/src/test/java/com/dookay/cihai/jsp/CihaiJspApplicationTests.java
View file @
1b68369
File moved
serverside/pom.xml
View file @
1b68369
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
<modules>
<modules>
<module>
cihai-core
</module>
<module>
cihai-core
</module>
<module>
cihai-
jsp
</module>
<module>
cihai-
wechat
</module>
<module>
cihai-app
</module>
<module>
cihai-app
</module>
</modules>
</modules>
</project>
</project>
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment