
Spring cloud
huangjianbiao1989101
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
org.postgresql.util.PSQLException: FATAL: password authentication failed for user xxxx
spring boot 连接postgresql的时候出现的,乍一看很奇怪,配置文件配置的是A用户,启动的时候却一直报系统当前登录的用户无法连接到数据库,看下当时的配置: spring: datasource: url: jdbc:postgresql://localhost:5432/xxx name: test password: test 就算报错也应该是test无法连接,仔细看了看 ,原来是把username写成了name,spring.datasource.nam...原创 2020-06-18 17:07:20 · 5342 阅读 · 0 评论 -
Spring cloud 引入Feign后,Model Schema为空,Exception calculating properties for model
项目使用Spring cloud 集成了swagger,原来一切正常,在引入了Feign后,发现swagger的Model Schema为空,虽然不影响开发,但测试起来还是很麻烦的,查看启动日志,发现springfox.documentation.schema.property.CachingModelPropertiesProvider Line:66 - Exception calculat...原创 2019-05-18 17:41:02 · 5317 阅读 · 1 评论