Skip to content

Commit b49c5cb

Browse files
committed
Fix oracle datatype error
1 parent 5b126a3 commit b49c5cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat2db-server/chat2db-server-start/src/main/resources/application-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring:
22
datasource:
33
# 配置自带数据库的相对路径
4-
url: jdbc:h2:~/.chat2db/db/chat2db;MODE=MYSQL
4+
url: jdbc:h2:~/.chat2db/db/chat2db;MODE=MYSQL;FILE_LOCK=NO
55
driver-class-name: org.h2.Driver
66
# 端口号
77
server:

0 commit comments

Comments
 (0)