View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window taotao-cloud-starter-caffeine-2022.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.taotao.cloud.caffeine.model
├─ com.taotao.cloud.caffeine.model.CacheHashKey.class - [JAR]
├─ com.taotao.cloud.caffeine.model.CacheKey.class - [JAR]
├─ com.taotao.cloud.caffeine.model.CacheKeyBuilder.class - [JAR]
com.taotao.cloud.caffeine.manager
├─ com.taotao.cloud.caffeine.manager.CaffeineAutoCacheManager.class - [JAR]
com.taotao.cloud.caffeine.properties
├─ com.taotao.cloud.caffeine.properties.CaffeineProperties.class - [JAR]
com.taotao.cloud.caffeine.repository
├─ com.taotao.cloud.caffeine.repository.CaffeineRepository.class - [JAR]
com.taotao.cloud.caffeine.configuration
├─ com.taotao.cloud.caffeine.configuration.CaffeineCacheAutoConfiguration.class - [JAR]