From e6f7bba9aa14c8ff3fc154ccd5a26eb3c3f3d6f9 Mon Sep 17 00:00:00 2001 From: zhangyong <517047165@qq.com> Date: 星期日, 17 九月 2023 16:10:26 +0800 Subject: [PATCH] 增加PLC读写Byte类型数据 --- springboot-vue3/src/main/resources/application.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot-vue3/src/main/resources/application.properties b/springboot-vue3/src/main/resources/application.properties index 0c946de..92e61eb 100644 --- a/springboot-vue3/src/main/resources/application.properties +++ b/springboot-vue3/src/main/resources/application.properties @@ -9,10 +9,10 @@ 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/dao/*Dao.xml +mybatis-plus.mapper-locations=classpath:com/example/springboot/mapper/*Mapper.xml #\u7C7B\u578B\u522B\u540D mybatis-plus.type-aliases-package=com.example.springboot.entity #\u914D\u7F6Esql\u6253\u5370 -- Gitblit v1.8.0