This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# AtomicJar booth password application | ||
|
||
1. Install [Testcontainers Desktop app](https://testcontainers.com/desktop?utm_medium=event&utm_source=2023-springone&utm_content=raffle-repo). It is free to try and takes less than 5 minutes! | ||
2. Clone this repository or download and unzip it. | ||
3. Run application locally letting Spring Boot and Testcontainers set up a database for it: `./mvnw spring-boot:test-run` | ||
4. Open the application in the browser: [link](http://localhost:8080/?http://localhost:8080/todos) | ||
5. Tell us the password from the todo item! | ||
6. Voilà! Enjoy the conference and a sweet t-shirt! 🤞 | ||
2. Configure Testcontainers Desktop to run with Testcontainers Cloud (select the correct menu item) | ||
3. Clone this repository or download and unzip it. | ||
4. Run application locally letting Spring Boot and Testcontainers set up a database for it: `./mvnw spring-boot:test-run` | ||
5. Open the application in the browser: [link](http://localhost:8080/?http://localhost:8080/todos) | ||
6. Tell us the password from the todo item! | ||
7. Voilà! Enjoy the conference and a sweet t-shirt! 🤞 | ||
|
||
P.S Check out the `ContainersConfig` class to see how elegant the Spring Boot and Testcontainers integration is now. | ||
P.S. ask our booth staff if you have any questions. |