前段跨域请求springboot application后台解决
当前端程序(js)跨域请求restful api 或者 资源时, 会先进行options请求,查看是否有权限。 […]...
tomcat启动springboot application提示“LoggerFactory is not a Logback LoggerContext but Logback is on the classpath”
tomcat 部署springboot application后(打包成war包部署),提示如上错误。根据下面 […]...
vue iview ui 实现左侧menu菜单和tabs联动
想实现左侧menu菜单和tabs 联动, 因为对vue是初学不是特别熟悉, 还是折腾了好几天. 前些日期发 […]...
springboot不使用数据库时,如何规避autoconfiguration时提示错误
Spring Boot – Cannot determine embedded database […]...
springboot 健康检查 MessagingException: 501 Syntax: HELO hostname
springboot 健康检查 MessagingException: 501 Syntax: HELO ho […]...
spring boot 单元测试
//关于注解 @RunWith(SpringRunner.class) //SpringRunner 是 Sp […]...
获取spring所有propertysources和key-value
...
spring单元测试时No qualifying bean of type [javax.sql.DataSource] is defined: expected single matching bean but found 2
No qualifying bean of type [javax.sql.DataSource] is de […]...