Commit a0fc66c77b57d26bbc25b08d7ac24604d5e62f5b
1 parent
18675c82
update
Showing
2 changed files
with
6 additions
and
2 deletions
pom.xml
| ... | ... | @@ -156,7 +156,11 @@ |
| 156 | 156 | <artifactId>poi-ooxml</artifactId> |
| 157 | 157 | <version>3.16</version> |
| 158 | 158 | </dependency> |
| 159 | - | |
| 159 | + <dependency> | |
| 160 | + <groupId>com.google.guava</groupId> | |
| 161 | + <artifactId>guava</artifactId> | |
| 162 | + <version>27.0.1-jre</version> | |
| 163 | + </dependency> | |
| 160 | 164 | </dependencies> |
| 161 | 165 | |
| 162 | 166 | <build> | ... | ... |
src/main/resources/application.properties
| ... | ... | @@ -35,7 +35,7 @@ spring.thymeleaf.cache=false |
| 35 | 35 | #\u6253\u5370\u8fd0\u884c\u65f6\u7684sql |
| 36 | 36 | #logging.level.com.cnlive.shenhe.mapper=debug |
| 37 | 37 | |
| 38 | -mybatis.mapper-locations=classpath:mapping/*.xml | |
| 38 | +mybatis.mapper-locations=classpath:mapper/*.xml | |
| 39 | 39 | mybatis.type-aliases-package=com.cnlive.shenhe.entity |
| 40 | 40 | server.port=81 |
| 41 | 41 | ... | ... |