Update run config,jsp, update style
parent
b33099cfd9
commit
6653ad8880
|
@ -76,9 +76,7 @@
|
||||||
<p class="help-block">
|
<p class="help-block">
|
||||||
每一个item对应<code>oauth_client_details</code>表中的一条数据; 共<strong>${fun:length(clientDetailsDtoList)}</strong>条数据.
|
每一个item对应<code>oauth_client_details</code>表中的一条数据; 共<strong>${fun:length(clientDetailsDtoList)}</strong>条数据.
|
||||||
<br/>
|
<br/>
|
||||||
对spring-oauth-server数据库表的详细说明请访问
|
对spring-oauth-server数据库表的详细说明请访问项目<em>others</em>目录的<em>db_table_description.html</em>文件
|
||||||
<a href="http://andaily.com/spring-oauth-server/db_table_description.html" target="_blank">http://andaily.com/spring-oauth-server/db_table_description.html</a>
|
|
||||||
(或访问项目others目录的db_table_description.html文件)
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
<p class="text-center text-muted">
|
<p class="text-center text-muted">
|
||||||
© 2013 - 2021 <a href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>.
|
© 2013 - 2021 <a href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>.
|
||||||
V${mainVersion}
|
v${mainVersion}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue