Skip to content

Commit

Permalink
Remove a note
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur authored Mar 25, 2024
1 parent 9af7538 commit 79f9bc3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ By default, at runtime Spring pulls your app configuration from different source
* Bytecode for things like dynamic proxies
* Runtime hints for dynamic Java features (reflection, resources, etc).

Note. If messed up your application build process and you're hitting `Error: Please specify class (or /) containing the main entry point method` (shouldn't happen normally), it can ve solved by triggering the AOT processing step manually:

```shell
mvn clean compile spring-boot:process-aot package
```


# Dev Mode

Expand Down

0 comments on commit 79f9bc3

Please sign in to comment.