You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/azure/deploy-java-quarkus-azure-container-app-postgres/includes/3-exercise-build.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ mvnw.cmd quarkus:dev # On Windows
179
179
180
180
The Quarkus application should start and connect to your database. You should see the following output:
181
181
182
-
```log
182
+
```output
183
183
2025-02-28 08:38:33,418 INFO [io.qua.dat.dep.dev.DevServicesDatasourceProcessor] (build-28) Dev Services for default datasource (postgresql) started - container ID is ce37977203b0
184
184
2025-02-28 08:38:33,421 INFO [io.qua.hib.orm.dep.dev.HibernateOrmDevServicesProcessor] (build-6) Setting quarkus.hibernate-orm.database.generation=drop-and-create to initialize Dev Services managed database
185
185
__ ____ __ _____ ___ __ ____ ______
@@ -286,7 +286,7 @@ mvnw.cmd clean test # On Windows
0 commit comments