Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunXu committed Aug 1, 2023
1 parent 30b5ff4 commit 28c36c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions start/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
server.address=127.0.0.1
server.port=8080

spring.main.allow-circular-references=true

spring.servlet.multipart.max-file-size=99MB
spring.servlet.multipart.max-request-size=99MB

spring.datasource.druid.url=jdbc:mysql://?useSSL=false&serverTimezone=GMT%2B8
spring.datasource.druid.username=
spring.datasource.druid.password=
Expand Down Expand Up @@ -40,9 +45,6 @@ spring.redis.lettuce.pool.max-idle=8
spring.redis.lettuce.pool.max-wait=-1
spring.redis.lettuce.pool.min-idle=0

spring.servlet.multipart.max-file-size=99MB
spring.servlet.multipart.max-request-size=99MB

mybatis.config-location=classpath:mybatis-config.xml
mybatis.mapper-locations=classpath:mappers/*.xml
mybatis.type-aliases-package=com.example.demo.*.dao.dataobject
Expand Down

0 comments on commit 28c36c2

Please sign in to comment.