fix
Helius
2022-05-24 b6addbdc96eb4fba4c7b3a295ed9d47020f74ceb
fix
3 files modified
8 ■■■■ changed files
zq-erp/src/main/resources/config/application-local.properties 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/resources/config/application.properties 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/index.html 4 ●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/config/application-local.properties
@@ -2,7 +2,7 @@
#数据库链接
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/md_test_local?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/db_alpha?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
#是否启用debug模式
zq-erp/src/main/resources/config/application.properties
@@ -1,5 +1,5 @@
spring.profiles.active=alpha
spring.profiles.active=local
evn=dev
server.port=8080
zq-erp/src/main/resources/templates/views/admin/index.html
@@ -37,11 +37,7 @@
                        <a id="dLabel" data-toggle="dropdown" class="dropdown-toggle" href="#" aria-haspopup="true" aria-expanded="true">
                                <span class="clear" style="height: auto;">
                                    <span class="block m-t-xs">
<<<<<<< HEAD
                                        <strong class="font-bold">阿尔法云管理系统</strong>
=======
                                        <strong class="font-bold">{{systemName}}</strong>
>>>>>>> feature/订单服务单代码改造
                                    </span>
                            </span>
                        </a>