Skip to content

Commit e42b10b

Browse files
committed
revert: ApplicationBootstrap: enable headless mode."
Spring Boot enables headless mode by default: spring-projects/spring-boot@e3b352e This reverts commit c9dfb75.
1 parent 8c049cb commit e42b10b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/main/java/ru/mystamps/web/support/spring/boot/ApplicationBootstrap.java

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
public class ApplicationBootstrap {
4141

4242
public static void main(String... args) {
43-
System.setProperty("java.awt.headless", "true");
44-
4543
ConfigurableApplicationContext context =
4644
SpringApplication.run(ApplicationBootstrap.class, args);
4745

0 commit comments

Comments
 (0)