Sometimes the command being sent to the integrated terminal is incomplete. E.g. in the case below, the command is incompleted (and the length is 1024, must not be a coincidence).
cd /Users/sechs/Desktop/jaja/demo ; /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=localhost:55521 -Dfile.encoding=UTF-8 -cp /Users/sechs/Desktop/jaja/demo/target/classes:/Users/sechs/.m2/repository/org/springframework/boot/spring-boot-starter/2.1.6.RELEASE/spring-boot-starter-2.1.6.RELEASE.jar:/Users/sechs/.m2/repository/org/springframework/boot/spring-boot/2.1.6.RELEASE/spring-boot-2.1.6.RELEASE.jar:/Users/sechs/.m2/repository/org/springframework/spring-context/5.1.8.RELEASE/spring-context-5.1.8.RELEASE.jar:/Users/sechs/.m2/repository/org/springframework/spring-aop/5.1.8.RELEASE/spring-aop-5.1.8.RELEASE.jar:/Users/sechs/.m2/repository/org/springframework/spring-beans/5.1.8.RELEASE/spring-beans-5.1.8.RELEASE.jar:/Users/sechs/.m2/repository/org/springframework/spring-expression/5.1.8.RELEASE/spring-expression-5.1.8.RELEASE.jar:/Users/sechs/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/2.1.6.RELEASE/spr

Sometimes the command being sent to the integrated terminal is incomplete. E.g. in the case below, the command is incompleted (and the length is 1024, must not be a coincidence).