How to Set the Look and Feel
How to Set the Look and FeelJava Look and Feel (L&F)
程序运行
参数启动顺序
System Propertieshttps://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html
The java Commandhttps://docs.oracle.com/en/java/javase/22/docs/specs/man/java.html#overview-of-java-options
java [options] -jar jarfile [args …]
args … | Optional: Arguments following mainclass, source-file, -jar jarfile, and -m or –module module/mainclass are passed as arguments to the main class.
环境变量
JDK_JAVA_OPTIONShttps://docs.oracle.com/en/java/javase/22/docs/specs/man/java.html#using-the-jdk_java_options-launcher-environment-variable
缓存 | Cache
JetCache | a Java cache frameworkhttps://github.com/alibaba/jetcache
Lettuce – Advanced Java Redis clienthttps://github.com/redis/lettuce
RedisURI | https://github.com/redis/lettuce/wiki/Basic-usage#redisuri[……]