Skip to content

Commit

Permalink
revert the change
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur committed Apr 25, 2024
1 parent fa04315 commit feca82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</metadataRepository>
<buildArgs>
<buildArg>-Ob</buildArg>
<buildArg>-H:ConfigurationFileDirectories=./resources/META-INF/native-image</buildArg>
</buildArgs>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/example/demo/ReflectionController.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ReflectionController {

@GetMapping("/reflection")
public String message() {
return "getMessage()";
return getMessage();
}

@Reflective
Expand Down

0 comments on commit feca82f

Please sign in to comment.