Skip to content

Commit

Permalink
降级依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojun1998 committed Dec 10, 2019
1 parent ad9b011 commit ba77f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.0.6.RELEASE</version>
<relativePath/>
</parent>

Expand All @@ -27,7 +27,7 @@
<java.version>1.8</java.version>

<!-- 模板引擎相关 -->
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.1.1</thymeleaf-layout-dialect.version>

<!-- 数据库相关 -->
Expand Down
7 changes: 1 addition & 6 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,4 @@ shiro-action.login-verify=true

#shiro-action.oauth2-provider.gitee.clientId=your gitee oauth2 clientId
#shiro-action.oauth2-provider.gitee.clientSecret=your gitee oauth2 clientSecret
#shiro-action.oauth2-provider.gitee.redirectUrl=http://localhost:8080/oauth2/callback/gitee

spring.mvc.hiddenmethod.filter.enabled=true
spring.main.allow-bean-definition-overriding=true

debug=true
#shiro-action.oauth2-provider.gitee.redirectUrl=http://localhost:8080/oauth2/callback/gitee

0 comments on commit ba77f86

Please sign in to comment.