会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
爱吃醋的兔子
博客园
首页
新随笔
联系
管理
随笔- 31 文章- 0 评论- 33 阅读-
40万
2019年8月2日
SpringBoot 配置Druid:不显示SQL监控 —(*) property for user to setup
摘要: 题外话: SpringBoot整合Druid 请查看https://www.cnblogs.com/JealousGirl/p/druid.html Druid登录后数据源页面、SQL监控等不显示数据信息。具体情况如下: 搜索到的解决方案各式各样。 前提条件: 1. 配置文件中的druid的配置参数
阅读全文
posted @ 2019-08-02 15:44 爱吃醋的兔子
阅读(5086)
评论(0)
推荐(0)
编辑
2018年11月29日
IDEA 启用/禁用 Run Dashboard
摘要: 1 <option name="configurationTypes"> 2 <set> 3 <option value="SpringBootApplicationConfigurationType" /> 4 </set> 5 </option> 1 <option name="configur
阅读全文
posted @ 2018-11-29 16:54 爱吃醋的兔子
阅读(18268)
评论(0)
推荐(4)
编辑
2018年11月27日
java.lang.IllegalAccessException: Class XX can not access a member of class XXX with modifiers "private static"
摘要: 1 package com.example.demo.test; 2 3 import java.io.Serializable; 4 5 /** 6 * @description: 反射用到的类 7 * @author: The Queen Of Rabbit 8 * @date: 2018/11
阅读全文
posted @ 2018-11-27 16:34 爱吃醋的兔子
阅读(10252)
评论(0)
推荐(1)
编辑
2018年11月26日
不得不说那点小事--反射基础
摘要: 1 package com.example.demo.test; 2 3 import java.io.Serializable; 4 5 /** 6 * @description: 反射用到的类 7 * @author: The Queen Of Rabbit 8 * @date: 2018/11
阅读全文
posted @ 2018-11-26 18:07 爱吃醋的兔子
阅读(366)
评论(0)
推荐(1)
编辑
2018年8月9日
Swagger2常用注解说明
摘要: 这里只讲述@Api、@ApiOperation、@ApiImplicitParams、@ApiImplicitParam、@ApiParam、@ApiModel、@ApiModelProperty、ApiResponses、@ApiResponse这几个常用的。 @Api:用在请求的类上,表示对类的
阅读全文
posted @ 2018-08-09 17:53 爱吃醋的兔子
阅读(19307)
评论(0)
推荐(1)
编辑
2018年7月31日
更改IDEA默认使用JDK1.5编译项目
摘要: 在使用IDEA编译项目时,总是提示我编译失败,有些功能是在1.5之后的版本才支持。废了好大的功夫才编译成功。下面呢,就是更改编译的过程了! 一、初步更改 使用快捷键Ctrl+Alt+Shift+S打开Project Structure窗口【或点击File --> Project Structure】
阅读全文
posted @ 2018-07-31 17:49 爱吃醋的兔子
阅读(1843)
评论(0)
推荐(0)
编辑
2018年7月20日
Spring Boot : Swagger 2
摘要: 每次修改完代码需要找原本的API时楼主的内心是痛苦的,因为一般情况下都找不到,需要重新写一份。如果使用Swagger的话,只要加几个注解就可以实时生成最新的在线API文档,而且不仅仅是文档,同时支持API接口的测试。下面呢,给大家分享一下Spring Boot 集成 Swagger 的步骤。 一、引
阅读全文
posted @ 2018-07-20 18:01 爱吃醋的兔子
阅读(2029)
评论(4)
推荐(0)
编辑
2018年7月5日
Spring Boot: Spring Starter Project
摘要: 好久没有创建过新项目,楼主发现Spring Boot项目创建失败了!!! 其中有两处错误: 【图一不知道是哪里错,果断删掉重输入一次。成功进入下一步 其余步骤也没有错误,然而 最后一步失败了,如图二】 求助帅气的小哥哥,结果让我自己百度。。。 解决方案如下: 将第一步中的Service URL路径改
阅读全文
posted @ 2018-07-05 13:49 爱吃醋的兔子
阅读(2016)
评论(2)
推荐(0)
编辑
2018年5月31日
Spring Boot :Druid Monitor
摘要: 忙里偷个闲,在这里分享一下SpringBoot集成Druid实现数据库监控功能,有什么错误欢迎大家指出! 参考文件: Spring实现Druid监控:https://www.cnblogs.com/wanghuijie/p/druid_monitor.html DruidDataSource源码分析
阅读全文
posted @ 2018-05-31 17:45 爱吃醋的兔子
阅读(2651)
评论(0)
推荐(0)
编辑
2018年5月10日
Java中常见编码格式及乱码解决方法
摘要: 一:设置编码格式 1、JSP文件 charset=UTF-8 的作用是指定JSP向客户端输出的编码方式为"UTF-8",pageEncoding="UTF-8" 为了让JSP引擎能正确地解码含有中文字符的JSP页面,这在LINUX中很有效,request.setCharacterEncoding("
阅读全文
posted @ 2018-05-10 17:34 爱吃醋的兔子
阅读(7440)
评论(1)
推荐(0)
编辑
下一页
公告
昵称:
爱吃醋的兔子
园龄:
7年10个月
粉丝:
19
关注:
1
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
最新随笔
1.SpringBoot 配置Druid:不显示SQL监控 —(*) property for user to setup
2.IDEA 启用/禁用 Run Dashboard
3.java.lang.IllegalAccessException: Class XX can not access a member of class XXX with modifiers "private static"
4.不得不说那点小事--反射基础
5.Swagger2常用注解说明
6.更改IDEA默认使用JDK1.5编译项目
7.Spring Boot : Swagger 2
8.Spring Boot: Spring Starter Project
9.Spring Boot :Druid Monitor
10.Java中常见编码格式及乱码解决方法
阅读排行榜
1. Spring Boot:Consider defining a bean of type '*.*.*' in your configuration解决方案(118128)
2. Eclipse安装反编译插件(72966)
3. Spring Boot : Whitelabel Error Page解决方案(71388)
4. Freemarker的基本语法及入门基础(45089)
5. Swagger2常用注解说明(19307)
评论排行榜
1. Spring Boot:Consider defining a bean of type '*.*.*' in your configuration解决方案(11)
2. Spring Boot : Whitelabel Error Page解决方案(9)
3. Spring Boot : Swagger 2(4)
4. Eclipse安装反编译插件(3)
5. Spring Boot: Spring Starter Project(2)
推荐排行榜
1. Freemarker的基本语法及入门基础(14)
2. Spring Boot:Consider defining a bean of type '*.*.*' in your configuration解决方案(8)
3. Spring Boot : Whitelabel Error Page解决方案(8)
4. Eclipse安装反编译插件(7)
5. IDEA 启用/禁用 Run Dashboard(4)
最新评论
1. Re:Freemarker的基本语法及入门基础
赞!!!
--不翻鱼
2. Re:Java中常见编码格式及乱码解决方法
设置了好像也不行欸
--油炸十六
3. Re:Spring Boot : Whitelabel Error Page解决方案
包目录正确,就是不行,spring面板的mcv上都有成功映射的路径
--vbyzc
4. Re:Eclipse安装反编译插件
补充设置
这两个设置项,也设置一下,默认的方式
--sirfirst2
5. Re:Eclipse安装反编译插件
补充
点击随意一个class文件,点击open class with 即可打开class文件了
--sirfirst2
点击右上角即可分享