
web
文章平均质量分 51
小同志你好
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
thymeleaf添加语法提示
1.首先pom.xml里面要导入thymeleaf的依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId></dependency>2.在...原创 2020-04-01 23:40:06 · 625 阅读 · 0 评论 -
springboot2.*版本在url中直接访问静态资源stacit、resourecs、public报404错误
今天在url中直接访问静态资源时报如下404错误:This application has no explicit mapping for /error, so you are seeing this as a fallback.报错原因:当spring boot版本升级为2.x时,访问静态资源就会被HandlerInterceptor拦截;解决办法:重写WebMvcConfigure...原创 2020-04-01 17:10:46 · 680 阅读 · 0 评论 -
Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.6.RELEASE解决办
今天有新建项目后,提示如下错误:Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.6.RELEASE from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://r...原创 2020-04-01 11:26:33 · 7561 阅读 · 0 评论