-
Notifications
You must be signed in to change notification settings - Fork 233
FAQ
MauerSu edited this page May 12, 2019
·
3 revisions
- what's the solution of Chinese Disorder Code?
the issue is tomcat default-URI-encoding, modify it's ../conf/server.xml and add URIEncoding="UTF-8"
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="UTF-8"/>
- Support spring-boot?
spring-boot branch : https://github.com/mauersu/redis-admin/tree/dev_springboot_20190512