We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e3305 commit 884d930Copy full SHA for 884d930
server/api-service/lowcoder-server/src/main/resources/application-debug.yaml
@@ -28,6 +28,9 @@ spring:
28
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}
29
transport:
30
protocol: smtp
31
+ mvc:
32
+ pathmatch:
33
+ trailing-slash-match: true
34
server:
35
port: 8080
36
common:
server/api-service/lowcoder-server/src/main/resources/application.yaml
@@ -37,6 +37,9 @@ spring:
37
38
39
40
41
42
43
44
compression:
45
enabled: true
0 commit comments