Skip to content

Commit f8fdaf1

Browse files
committed
upversion and nutz version and add apidoc
1 parent 9f52486 commit f8fdaf1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'nlpcn.org'
2-
version '1.5'
2+
version '1.6'
33

44
apply plugin: 'java'
55
apply plugin: 'war'
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
compile 'org.nutz:nutz:1.r.56.r3'
20+
compile 'org.nutz:nutz:1.r.57'
2121
compile 'org.nlpcn:nlp-lang:1.7'
2222
compile 'org.nutz:nutz:1.r.56.r3'
2323
compile 'com.alibaba:fastjson:1.1.33'

src/main/webapp/header.jsp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Jcoder Dynamic Code Platform</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="author" content="Jcoder">
8-
8+
99
<!-- The styles -->
1010
<link id="bs-css" href="${ctx }/css/bootstrap-cerulean.min.css" rel="stylesheet">
1111

@@ -75,6 +75,8 @@
7575
<span class="caret"></span>
7676
</button>
7777
<ul class="dropdown-menu">
78+
<li><a href="${ctx }/apidoc" target="_blank">ApiDoc</a></li>
79+
<li class="divider"></li>
7880
<li><a href="${ctx }/down/sdk">Code+Jar</a></li>
7981
<li class="divider"></li>
8082
<li><a href="${ctx }/down/sdk?resource=true">Code+Jar+Resource</a></li>

src/main/webapp/img/favicon.ico

100644100755
-3.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)