摘要: 环境:Maven+idea+Springboot 1.pom.xml <groupId>com.ls</groupId> <artifactId>demo-test</artifactId> <version>0.0.1-SNAPSHOT</version> <name>demo-test</nam 阅读全文
posted @ 2019-08-05 11:38 smileLS66 阅读(65) 评论(0) 推荐(0) 编辑
摘要: fatal: Authentication failed for https://blog.csdn.net/qq_34665539/article/details/80408282 阅读全文
posted @ 2019-07-22 11:04 smileLS66 阅读(40) 评论(0) 推荐(0) 编辑
摘要: springcloudsecurity+oauth+redis+mybatisplus实现授权认证(基于授权码模式) 理解OAuth 2.0:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html 1.技术栈;springboot+springcl 阅读全文
posted @ 2019-07-20 13:56 smileLS66 阅读(126) 评论(0) 推荐(0) 编辑
摘要: SpringBoot整合dubbo 1.Dubbo是一种微服务框架,更多请访问apachedubbo github:https://github.com/apache/dubbo 2.环境,jdk1.8,zookpeer注册中心, springboot2.1.6; dubbo-spring-boot 阅读全文
posted @ 2019-07-17 11:54 smileLS66 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 1.分布式事务1 2.Docker nginx安装与配置挂载 阅读全文
posted @ 2019-07-16 19:23 smileLS66 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1.查看centos7版:uname -r 2.运行 yum update 3.验证是否安装了docker:docker version 4.如果安装了请卸载 sudo yum remove docker docker-common container-selinux docker-selinux 阅读全文
posted @ 2019-07-05 22:24 smileLS66 阅读(56) 评论(0) 推荐(0) 编辑
摘要: MySQL的8.x版本和mybatis.generator的生成代码 1.驱动要使用对应的版本 2. 若出现时区错误 mysql执行代码或者加 ?serverTimezone=UTC set global time_zone='+8:00'; 更详细的请访问MyBatis Generator自动生成 阅读全文
posted @ 2019-06-30 11:46 smileLS66 阅读(57) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Gateway入门 spring cloud gateway 是spring团队推出的网关,spring boot从2.x就推出了,目的是用来代替zuul的,废话不多说 spring cloud gateway官网 官网GitHub 入门案例 pom.xml <?xml v 阅读全文
posted @ 2019-06-29 17:41 smileLS66 阅读(73) 评论(0) 推荐(0) 编辑
摘要: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2019-06-29 15:26:30.296 ERROR 20832 [ 阅读全文
posted @ 2019-06-29 15:34 smileLS66 阅读(228) 评论(0) 推荐(0) 编辑
摘要: maven的配置及命令 命令 mvn package -Dmaven.test.skip=true :不执行测试用例,也不编译测试用例类 配置环境变量自己去搜索一下 <localRepository>D:/Java/maven/Maven_Rep</localRepository> 配置mirror 阅读全文
posted @ 2019-06-29 11:58 smileLS66 阅读(136) 评论(0) 推荐(0) 编辑