Spring Boot Scanner (SBS) is a tool for extracting Java and Spring Boot versions from apps deployed in CF or K8s
- CF CLI (here)
- Java v17+ (when not using native)
IMPORTANT: The user should be logged into CF and with permissions to download droplets (cf download-droplet
, see: here)
Download the JAR file from here and execute:
java -jar spring-boot-scanner.jar
./gradlew build
java -jar build/libs/spring-scanner-0.0.1-SNAPSHOT.jar
./gradlew nativeCompile
./build/native/nativeCompile/spring-scanner
IMPORTANT: The native image is broken at the moment.