Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev authored May 17, 2023
1 parent e4ea5df commit a023b0f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Testcontainers Cloud raffle

1. Install [https://testcontainers.cloud](https://testcontainers.cloud?utm_medium=event&utm_source=2023-springio&utm_content=raffle-repo). It is free to try and takes less than 5 minutes!
2. Run application locally letting Spring Boot and Testcontainers set up a database for it: `./mvnw spring-boot:test-run`
3. Open the application in the browser: [link](http://localhost:8080/?http://localhost:8080/todos)
3. Fill the form linked from the todo item!
4. Voilà! Enjoy the conference and let the random force be with you! 🤞
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. Fill the form linked from the todo item!
6. Voilà! Enjoy the conference and let the random force be with you! 🤞

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.

0 comments on commit a023b0f

Please sign in to comment.