Home How to fix when it could not run the spring boot
Post
Cancel

How to fix when it could not run the spring boot

How to fix the error when the spring boot project doesn’t run

  1. Click File > Settings
  2. Click Build, Execution, Deployment > Compiler > Java Compiler
  3. Set Use Compiler: Javac<br> <\t> Project bytecode version Installed JAVA version`

  4. Click File > Settings
  5. Move Build, Execution, Deployment > Debugger > Async Stack Traces
  6. Uncheck Instrumenting agent (requires debugger restart)

ref:
https://stackoverflow.com/questions/54205486/how-to-avoid-sharing-is-only-supported-for-boot-loader-classes-because-bootstra

This post is licensed under CC BY 4.0 by the author.