随笔分类 -  后端开发 / springboot

摘要:参考:https://blog.csdn.net/Coyotess/article/details/80637837 阅读全文
posted @ 2018-07-15 13:22 lvlin241 阅读(17066) 评论(0) 推荐(0)
摘要:1. Failed to configure a DataSource: 'url' attribute is not specified and no embedde 参考:https://blog.csdn.net/Coyotess/article/details/80637837 阅读全文
posted @ 2018-06-30 18:50 lvlin241 阅读(189) 评论(0) 推荐(0)
摘要:参考:https://blog.csdn.net/qq_16739693/article/details/80271987 阅读全文
posted @ 2018-06-30 18:48 lvlin241 阅读(1107) 评论(0) 推荐(0)
摘要:参考:https://blog.csdn.net/qq_37171353/article/details/78005845 阅读全文
posted @ 2018-04-11 17:12 lvlin241 阅读(246) 评论(0) 推荐(0)
摘要:1. 基础开发工具 1.1 编译和运行 # javac - Java 编译器 javac [options] sourcefiles # 常用选项: javac -cp classpath -d outputdir *.java javac -encoding UTF-8 -sourcepath s 阅读全文
posted @ 2018-04-11 15:10 lvlin241 阅读(156) 评论(0) 推荐(0)
摘要:数据准备 测试表结构及数据 -- 短视频平台数据分析 - 系统化窗口函数案例 -- 场景:类似抖音/快手的短视频平台用户行为分析 CREATE database if not exists ds DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin ; 阅读全文
posted @ 2018-04-10 13:55 lvlin241 阅读(132) 评论(0) 推荐(0)
摘要:参考: https://blog.csdn.net/qq779446849/article/details/53102925 https://blog.csdn.net/wo541075754/article/details/50696841 springboot启动类中添加2个方法: 跨域安全问题 阅读全文
posted @ 2018-04-09 16:33 lvlin241 阅读(119) 评论(0) 推荐(0)
摘要:在启动类加注解@ComponentScan("com.controller")即可,括号里表示Controller所在包名。 参考:https://blog.csdn.net/jialiang_chen/article/details/53871046 SpringBoot Controller找不 阅读全文
posted @ 2018-04-08 16:16 lvlin241 阅读(915) 评论(0) 推荐(0)
摘要:1、@SpringBootApplication:作用域主启动类 参考:https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-using-springbootapplication-annotation.h 阅读全文
posted @ 2018-04-08 14:20 lvlin241 阅读(108) 评论(0) 推荐(0)
摘要:参考:https://www.cnblogs.com/iyyy/p/8085719.html 若为maven项目:用maven更新下项目。 阅读全文
posted @ 2018-04-08 11:29 lvlin241 阅读(402) 评论(0) 推荐(0)
摘要:springboot搭建 参考:https://www.cnblogs.com/winner-0715/p/6666302.html springboot初次搭建,无法访问rest接口 参考:http://blog.csdn.net/weixin_39270764/article/details/7 阅读全文
posted @ 2018-03-09 18:55 lvlin241 阅读(129) 评论(0) 推荐(0)