Skip to content

Commit

Permalink
fix: application class
Browse files Browse the repository at this point in the history
  • Loading branch information
klopfdreh committed Aug 30, 2024
1 parent ee4a464 commit 8ff8e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/kohsuke/aot/AotTestApplication.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package org.kohsuke.aot;

import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.test.context.SpringBootTest;

/**
* AOT test application so that Spring Boot is able to generate the native image resource JSON files. This class is only
* required for test purpose.
*/
@SpringBootTest
@SpringBootApplication
public class AotTestApplication {

/**
Expand Down

0 comments on commit 8ff8e8e

Please sign in to comment.