feat: add upload img logic

This commit is contained in:
merlin
2025-11-06 11:09:45 +08:00
parent c3787aab2e
commit 38db950731
4 changed files with 51 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
server:
port: 8080
port: 8081
jwt:
secret: CkmEXxVBNBsMUo4VNhDcH0YBhA1O4zSkQgSM243YzDY=
@@ -7,6 +7,8 @@ jwt:
subject: Interesting
expire: 604800
upload:
dir: c:/uploads
spring:
servlet:
@@ -21,8 +23,6 @@ spring:
jackson:
time-zone: Asia/Shanghai
date-format: yyyy-MM-dd HH:mm:ss
mail:
protocol: smtps
port: 465