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);
    }
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b353c0-2bf94.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b353c0-2bf94.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?