This commit is contained in:
zh
2025-09-11 18:27:56 +08:00
parent a1f5a61252
commit b1bfadb635
186 changed files with 8815 additions and 442 deletions

View File

@ -0,0 +1,50 @@
server:
host: 127.0.0.1
port: 8848
sdk:
port: 8888
spring:
main:
banner-mode: off
allow-bean-definition-overriding: true
datasource:
active: sqlite
mysql:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.110.65:6975/yjearth?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: yjearth
password: kNGxrsSSYMexZ2t4
servlet:
multipart:
max-file-size: 1024MB
max-request-size: 10240MB
sa-token:
token-name: Authorization
timeout: 21600
active-timeout: 3600
is-concurrent: true
is-share: true
token-style: random-64
is-print: false
mybatis-plus:
global-config:
banner: false
encrypt:
aes:
key: "ah62ks8dj7dh3yd6"
file:
upload:
path: upload
graphhopper:
graphLocation: ./target/graphhopper
profiles:
- car
- bike
- foot

Binary file not shown.

Binary file not shown.