From 73e45cf5411a9530418b87e3368289bb2a8b5042 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期六, 16 九月 2023 17:10:25 +0800 Subject: [PATCH] mes测试更改,增加调拨后自动再判断出片 --- springboot-vue3/src/main/resources/application.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springboot-vue3/src/main/resources/application.properties b/springboot-vue3/src/main/resources/application.properties index dfc1dbb..92e61eb 100644 --- a/springboot-vue3/src/main/resources/application.properties +++ b/springboot-vue3/src/main/resources/application.properties @@ -9,7 +9,7 @@ spring.datasource.url=jdbc:mysql://localhost:3306/canadames?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai #\u6570\u636E\u5E93\u7528\u6237\u540D spring.datasource.username=root -#\u6570\u636E\u5E93\u7528\u6237\u5BC6\u7801 +#\u6570\u636E\u5E93\u7528\u6237\u5BC6\u7801 spring.datasource.password=beibo.123/ #\u6620\u5C04\u6587\u4EF6\u7684\u4F4D\u7F6E mybatis-plus.mapper-locations=classpath:com/example/springboot/mapper/*Mapper.xml -- Gitblit v1.8.0