SpringBoot/SpringCloud
文章平均质量分 84
Simba_cheng
低调,低调
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot - 01 - 第一个Demo
去年就开始学习SpringBoot的样例Demo,以及和各个框架的配合。虽然工作中用不到,但这个框架还是非常有用的。最近想了想,不能落下,所以在GitHub上面创建了项目,专门用来存放自己学习中的SpringBoot的项目。项目地址:SpringBoot-SpringCloud GitHub项目地址项目同时打包上传优快云:01-SpringBoot-Demo好了,开始第一个HelloWorld项...原创 2018-07-01 21:37:14 · 431 阅读 · 1 评论 -
SpringBoot - 02 - 自定义LogBack、加载properties中自定义变量
接着昨天的项目继续。项目GitHub:SpringBoot-SpringCloud GitHub地址主类没有变动,这里就不贴了。package com.server.vo;import org.springframework.boot.context.properties.ConfigurationProperties;import org.springframework.context.a...原创 2018-07-02 20:15:52 · 8175 阅读 · 0 评论 -
异常 -- Spring Boot_Access denied for user ‘‘@‘192.168.137.1‘ (using password: NO)
昨天回家继续写SpringBoot的样例Demo,搞数据库的时候,死活连接不上去,抛出如下异常:java.sql.SQLException: Access denied for user ''@'192.168.137.1' (using password: NO) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)...原创 2018-07-11 22:54:57 · 5940 阅读 · 6 评论 -
异常 -- Spring Boot_org.hibernate.AnnotationException: No identifier specified for entity
之前那个问题解决了之后,又遇到了这个问题,真是多灾多难啊...心塞Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2018-07-11 22:41:42.596 ERROR 8656 --- [ ma...原创 2018-07-11 23:02:38 · 606 阅读 · 0 评论 -
SpringBoot - 03 - SpringBoot JPA MySQL Demo样例
SpringBoot 使用 JPA 连接MySQL 完整 Demo 样例完整项目已经提交到GitHub上:SpringBoot-JPA-MySQL Demo样例我用的是自己搭建的Linux环境中的MySQL,不管它只要有MySQL就行了吧,不管你是Windows上面,还是自己搭的Linux都行...项目工程结构: 先看下项目中使用到的RESTful风格的API如果你并不...原创 2018-07-14 21:03:04 · 1050 阅读 · 2 评论 -
ZooKeeper UI
Farmer - ZooKeeper UIFarmer是一个ZooKeeper的可视化工具,开箱即用。项目、使用Jar包下载地址:https://github.com/Simba-cheng/Farmer如果使用中发现了bug,希望你能告诉我,好改正错误。如果你觉得还不错,麻烦点个Star项目、工具概览项目URL : http://localhost:9527/zk/index.d...原创 2018-11-24 15:40:17 · 1231 阅读 · 0 评论
分享