Merge branch 'main' of http://carsafe.uicp.cn/toolchaintechnologycenter/spdm-backend
# Conflicts: # data/src/test/resources/application-test.yml
This commit is contained in:
@@ -93,7 +93,6 @@ public class MapperCompatibilityTest {
|
||||
entity.setFileSize(2048L);
|
||||
entity.setCreateTime(LocalDateTime.now());
|
||||
entity.setUpdateTime(LocalDateTime.now());
|
||||
entity.setCreateYearMonth("2026-01");
|
||||
|
||||
int insertResult = fileStorageMapper.insert(entity);
|
||||
assertEquals(1, insertResult);
|
||||
|
||||
@@ -4,6 +4,7 @@ spring:
|
||||
datasource:
|
||||
username: spdm
|
||||
password: Spdm@2026
|
||||
jdbc-url: jdbc:postgresql://192.168.65.161:25432/spdm_baseline?currentSchema=public&stringtype=unspecified
|
||||
jdbc-url: jdbc:postgresql://192.168.65.161:25432/spdm?currentSchema=public&stringtype=unspecified&TimeZone=Asia/Shanghai
|
||||
driver-class-name: org.postgresql.Driver
|
||||
hikari:
|
||||
@@ -20,6 +21,7 @@ spring:
|
||||
master:
|
||||
username: spdm
|
||||
password: Spdm@2026
|
||||
jdbc-url: jdbc:postgresql://192.168.65.161:25432/spdm_baseline?currentSchema=public&stringtype=unspecified
|
||||
jdbc-url: jdbc:postgresql://192.168.65.161:25432/spdm?currentSchema=public&stringtype=unspecified&TimeZone=Asia/Shanghai
|
||||
driver-class-name: org.postgresql.Driver
|
||||
slave:
|
||||
|
||||
Reference in New Issue
Block a user