Skip to content

Commit

Permalink
!12 [更新]细节优化
Browse files Browse the repository at this point in the history
Merge pull request !12 from techa/dev_improve
  • Loading branch information
techa03 authored and gitee-org committed Jun 15, 2022
2 parents 569eeee + 486602d commit 0e71bff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ vm.max_map_count=262144

本项目目前依赖的各个主流框架的版本比较新,尚未经过完整测试,目前仅用于学习。如果要在生产环境使用,建议使用官方推荐的稳定版本。比如目前的Spring Cloud Alibaba Dubbo官方不建议生产上使用,Spring Cloud Alibaba官方推荐的稳定版为2.2.x{empty}footnote:[附 https://start.aliyun.com/bootstrap.html[SpringCloudAlibaba兼容版本说明]]。

服务启动控制台报ERROR日志 ``no available service found in cluster 'default', please make sure registry config correct and keep your seata server running`` 如何解决?::

启动``seata-server``服务即可(docker-compose.yml文件中已提供),可参照Seata官网添加nacos相关配置。如未使用分布式事务,可忽略该错误,不影响服务正常运行

== 📚分库分表情况说明

|===
Expand Down
8 changes: 4 additions & 4 deletions goodskill-web/src/main/webapp/WEB-INF/jsp/common/common.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<link href="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.css" rel="stylesheet">

<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<link href="//cdn.bootcss.com/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
<link href="http://cdn.bootcss.com/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
<script src="http://apps.bdimg.com/libs/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/moment.js/2.17.1/moment-with-locales.js"></script>
<script src="//cdn.bootcss.com/bootstrap-datetimepicker/4.17.45/js/bootstrap-datetimepicker.min.js"></script>
<script src="http://cdn.bootcss.com/moment.js/2.17.1/moment-with-locales.js"></script>
<script src="http://cdn.bootcss.com/bootstrap-datetimepicker/4.17.45/js/bootstrap-datetimepicker.min.js"></script>

<link href="http://cdn.bootcss.com/bootstrap-validator/0.5.3/css/bootstrapValidator.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/bootstrap-validator/0.5.3/js/bootstrapValidator.js"></script>
<script src="//cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="http://cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>

<script src="https://cdn.bootcss.com/bootstrap-table/1.13.5/bootstrap-table.js"></script>
<link href="https://cdn.bootcss.com/bootstrap-table/1.13.5/bootstrap-table.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion goodskill-web/src/main/webapp/WEB-INF/jsp/list.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</br>
</div>
<div class="panel-body">
<table class="table table-hover table-striped" data-toggle="table" data-pagination="true" data-height="580">
<table class="table table-hover table-striped" data-pagination="true" data-height="580">
<thead>
<tr>
<th>名称</th>
Expand Down

0 comments on commit 0e71bff

Please sign in to comment.