11 2020 档案
摘要:https://gitee.com/itwanger/JavaBooks#%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F
阅读全文
摘要:web.xml中配置: <context-param> <param-name>webAppRootKey</param-name> <param-value>app1.root</param-value> </context-param> <context-param> <param-name>w
阅读全文
摘要:1. 加入依赖 <!--redis--> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</version> </dependency> <!-- config r
阅读全文