SpringBoot
powerfuler
这个作者很懒,什么都没留下…
展开
-
最全的git(clone或者push)时出现 fatal: the remote end hung up unexpectedly index-package 解决方案
最全的git(clone或者push)时出现 "fatal: the remote end hung up unexpectedly index-package" 解决方案使用idea clone git上项目,在用git操作项目clone或者push时报出异常:the remote end hung up unexpectedly index-package可能出现的原因以及解决方案如下。方法一(git配置缓存问题):修改提交缓存大小为500M,或者更大的数字git con.原创 2020-06-05 11:52:26 · 2388 阅读 · 0 评论 -
spring-boot 整合druid 启动报错 Failed to bind properties under spring.datasource to javax.sql.DataSource
spring-boot 整合druid 启动报错:Failed to bind properties under 'spring.datasource' to javax.sql.DataSourcespringboot整合druid时,引入了druid的数据源,在配置文件application.yml中配置了相关配置。mybatis.type-aliases-package=com.neo.modelspring.datasource.url=jdbc:mysql://loc..原创 2020-06-03 20:18:52 · 2154 阅读 · 0 评论 -
javax.mail.AuthenticationFailedException: 535 Login Fail. Please enter your authorization code to l
解决使用邮箱登陆出现的异常问题:javax.mail.AuthenticationFailedException: 535 Login Fail. Please enter your authorization code to l因为在其他地方的登陆需要的是加密的授权码,不使用明码登陆。打开连接报错里面的:http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256链接登陆自己的.原创 2020-06-03 15:49:07 · 10586 阅读 · 3 评论 -
Spring Boot(一)之入门篇
关于Spring Boot的介绍的文章多如牛毛,这里也就不再过多的赘述,推荐两个不错的博主,插眼留位。微笑哥的微博月光中的污点整理学习Spring Boot,进一步加深对该技术的学习。把自己的实例代码以及学习的心得体会等放到git上。更多学习代码每天努力一点,每天都在进步。...原创 2020-06-01 19:10:52 · 198 阅读 · 0 评论