Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 591 Bytes

spring-boot-isolated-runner

Run multiple spring-boot applications each in its own class loader and thread context

Build Status

Usage

To start your spring-boot app:

SpringBootIsolatedRunner runner = new SpringBootIsolatedRunner(SPRING_BOOT_CONFIGURATION_CLASS,
        "infos to find your", "springboot-boot-app", "in the classpath");
runner.start(new String[] {"server.port=8080"});

License

See LICENSE.