FEATURE REQUESTHELP WANTEDINFO
Repository metrics
- Stars
- (8,267 個のスター)
- PR merge metrics
- (平均マージ 3d 1h) (30d で 5 merged PRs)
説明
Describe the feature Quarkus has a nifty dev-server feature, which enables hot deployment with background compilation. This could make it easier to develop, as it'll refresh all endpoints and resources upon browser request if either kotlin/java/resources has any changes without the need to restart the process.
Additional context Quarkus development mode Quarkus github dev-mode code