提交
This commit is contained in:
50
resources/java/app/application.yml
Normal file
50
resources/java/app/application.yml
Normal 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
|
BIN
resources/java/app/sdk/geographysdk.jar
Normal file
BIN
resources/java/app/sdk/geographysdk.jar
Normal file
Binary file not shown.
BIN
resources/java/app/yjearth.jar
Normal file
BIN
resources/java/app/yjearth.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user