Skip to content
MauerSu edited this page May 12, 2019 · 3 revisions

Frequently Asked Question

  1. 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"/>

  1. Support spring-boot?

spring-boot branch : https://github.com/mauersu/redis-admin/tree/dev_springboot_20190512

Clone this wiki locally