Skip to content

Commit

Permalink
完善oracle sql脚本;修改编码为UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
weifj committed Sep 23, 2018
1 parent 0144879 commit 3147162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/main/resources/application.properties=UTF-8
encoding//src/main/webapp/WEB-INF/views/common/footer.html=UTF-8
encoding//src/main/webapp/WEB-INF/views/common/sidebar.html=UTF-8
encoding/<project>=UTF-8
2 changes: 1 addition & 1 deletion sql/create-orcl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ create table dubbo_invoke
concurrent number(11),
max_elapsed number(11),
max_concurrent number(11)
)
);

alter table dubbo_invoke add primary key(id);
create index index_service on dubbo_invoke(service);
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<div class="pull-right hidden-xs">
<b>Version</b> 1.0.0
</div>
<strong>Copyright &copy; 2016-2025 上海数慧系统技术有限公司</strong> All Rights Reserved
<strong>Copyright &copy; 2016-2025 上海数慧系统技术有限公司</strong> All Rights Reserved
</footer>

0 comments on commit 3147162

Please sign in to comment.