摘要: springboot使用jpa 添加依赖 org.springframework.boot spring boot starter data jpa mysql mysql connector java 5.1.21 配置application.properties spring.datasourc 阅读全文
posted @ 2018-05-24 21:48 binfoo 阅读(269) 评论(0) 推荐(0) 编辑
摘要: springboot整合redis 添加pom.xml依赖 org.springframework.boot spring boot starter redis 1.2.5.RELEASE 参数设置 在application.properties加入设置 REDIS (RedisProperties 阅读全文
posted @ 2018-05-24 19:24 binfoo 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1. docker教程参考 http://www.runoob.com/docker/docker-tutorial.html 2.Docker作用 打包应用和依赖到容器 简化程序,避免恐惧症,节省开销 3.Docker架构概念 Docker 容器(Container):独立运行的一个或者一组应用 阅读全文
posted @ 2018-05-24 17:59 binfoo 阅读(2154) 评论(0) 推荐(0) 编辑