Skip to content

Commit

Permalink
Update posts/2024-05-01-spring-boot-3.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Mueller <[email protected]>
  • Loading branch information
scottkurz and dmuelle authored Jan 22, 2025
1 parent d792c5e commit 11adb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024-05-01-spring-boot-3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ vi ./src/main/java/demo/SpringLibertyApplication.java
+
6. Run the application with the Liberty Maven Plugin
+
Although the Liberty Maven Plugin doesn't currently support dev mode when you use the optimized deployment, you can still use the lifecycle built into the 'run' goal. We do need to do a 'package' first to get the Spring Boot `repackage` packaging.
Although the Liberty Maven Plugin doesn't currently support dev mode when you use the optimized deployment, you can still use the lifecycle built into the `run` goal. We do need to do a `package` first to get the Spring Boot `repackage` packaging.
+
[source,sh]
----
Expand Down

0 comments on commit 11adb78

Please sign in to comment.