Skip to content

Commit 7109bed

Browse files
committed
初始化
1 parent a85b892 commit 7109bed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/src/main/resources/application.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
spring:
33
application:
44
name: RapidDataChat-backend
5+
web:
6+
resources:
7+
static-locations: file:/app/public/ # 实际前后端分离的话需要去掉这个配置
58

69
datasource:
710
url: jdbc:postgresql://pgvector:5432/RapidDataChat_db

0 commit comments

Comments
 (0)