update rendered output

This commit is contained in:
Kevin Albertson 2024-09-29 19:57:41 -04:00
parent acb62e77fc
commit 3c5df97494
1 changed files with 14 additions and 13 deletions

View File

@ -236,8 +236,9 @@ Now that you have the project, youre ready to create the `Dockerfile`.
You'll then see output similar to the following in the container log: You'll then see output similar to the following in the container log:
```plaintext ```plaintext
[INFO] --- spring-boot:3.3.0-M3:run (default-cli) @ spring-boot-docker --- [INFO] --- spring-boot:3.3.4:run (default-cli) @ spring-boot-docker ---
[INFO] Attaching agents: [] [INFO] Attaching agents: []
. ____ _ __ _ _ . ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
@ -245,11 +246,11 @@ Now that you have the project, youre ready to create the `Dockerfile`.
' |____| .__|_| |_|_| |_\__, | / / / / ' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/ =========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.0-M3) :: Spring Boot :: (v3.3.4)
2024-04-04T15:36:47.202Z INFO 42 --- [spring-boot-docker] [ main] 2024-09-29T23:54:07.157Z INFO 159 --- [spring-boot-docker] [ main]
c.e.s.SpringBootDockerApplication : Starting SpringBootDockerApplication using Java c.e.s.SpringBootDockerApplication : Starting SpringBootDockerApplication using Java
21.0.2 with PID 42 (/app/target/classes started by root in /app) 21.0.2 with PID 159 (/app/target/classes started by root in /app)
…. ….
``` ```