From fdd8e50ac73394a4d402a1ffae8ddcd6e25e8146 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期三, 13 八月 2025 16:13:46 +0800 Subject: [PATCH] 解决创建表时有联合主键问题,多个字段用``括起来,成为一个字段,报Key column 'CO_ITEM_CODE,CO_ITEM_FACTORY' doesn't exist in table错误 --- product-server-web/src/main/resources/application.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/product-server-web/src/main/resources/application.properties b/product-server-web/src/main/resources/application.properties index c61ecc6..9f1b91f 100644 --- a/product-server-web/src/main/resources/application.properties +++ b/product-server-web/src/main/resources/application.properties @@ -1,5 +1,5 @@ # dev prod -spring.profiles.active=dev +spring.profiles.active=prod # *********server log start ************** server.tomcat.access-log-pattern=%h %D %m %l %u %t "%r" %s %b -- Gitblit v1.9.2