fanhualei

Results 12 comments of fanhualei

期待!!!,这是一个非常好用的工具

I have a Idea. To implement the “remember-me” feature , need to modify `oauth2authorizationendpointconfigurer.class`, `put oauth2authorizationendpointfilter` after `remembermeauthenticationfilter`. Step1: modify `OAuth2AuthorizationEndpointConfigurer.class`'s code of `spring-authorization-server` ```java // builder.addFilterBefore(postProcess(authorizationEndpointFilter), AbstractPreAuthenticatedProcessingFilter.class); builder.addFilterBefore(postProcess(authorizationEndpointFilter), ExceptionTranslationFilter.class);...

why is :my mysql network not: mysql host name or mysqlhost ip The example given on this website :https://github.com/prometheus/mysqld_exporter > example ``` docker network create my-mysql-network docker pull prom/mysqld-exporter docker...

Did you succeed? Can you give an example code ?

也想问这个问题,2.0功能少了很多

另外,如果点击菜单以外的正文,能自动隐藏菜单就更好了。

找到造成这个样式的css了,但是我不知道怎么在不修改主题代码的前提下,怎么覆盖这个主题的background-images? 看下面的图片 ![qqqq2](https://github.com/arvinxx/dumi-theme-antd-style/assets/34436863/0a33acff-aa78-4791-ab2c-e62551b61ab5) ![qqqq1](https://github.com/arvinxx/dumi-theme-antd-style/assets/34436863/8d504a4a-6dc6-4571-8b45-70e5b1e9f8bc)

> 目前没有给开类名,我晚点补一下吧 多谢!!! 改完类名,要是能简单讲讲如何覆盖主题的默认样式就最好了。