Skip to content

apple/pkl-spring

Repository files navigation

Pkl Spring Boot Integration pkl-spring

pkl-spring is a Spring Boot extension for configuring Boot apps with Pkl.

Because pkl-spring plugs into Spring Boot’s standard configuration mechanism, configuring your Boot apps with Pkl works much the same as configuring them with Java properties or YAML.

Continue with installation and usage instructions.

Development

Setup

  • Install JDK 11

  • Install the latest IntelliJ IDEA

    • To import the project into IntelliJ, go to File→Open and select the project’s root directory. If the project is opened but not imported, look for a popup in the lower right corner and click its "Import Gradle Project" link.

Common Build Commands

./gradlew test
./gradlew build
cd samples && ./gradlew build