Springboot failed to start using idea jrebel hot deployment

start jrebel to report an error directly. After checking the error message JRebel-JVMTI [FATAL] Couldn"t write to,
, there is a Chinese path problem. Modify the code.
but all modify Tomcat

clipboard.png
spring boot

clipboard.png

Jun.26,2021

springboot can be launched from the container.
refer to

@org.springframework.boot.autoconfigure.SpringBootApplication
public class SpringBootApplication {
    public static void main(String[] args) {
        SpringApplication.run(SpringBootApplication.class, args);
    }
}
Menu