Skip to content

Commit

Permalink
Mooreds/springboot quickstart web (#2580)
Browse files Browse the repository at this point in the history
* update springboot quickstart

* Spring Boot Quickstart language edit

* add trouble shooting section

* add trouble shooting section

* Spring Boot Quickstart proofread

* revert standup change

* Apply suggestions from code review

Co-authored-by: Mark Robustelli <[email protected]>

* feedback updates

* Apply suggestions from code review

Co-authored-by: Mark Robustelli <[email protected]>

* feedback updates

* Apply suggestions from code review

Co-authored-by: Mark Robustelli <[email protected]>

* remove mkdir your-application

* add more commands

* add more commands

* add troubleshooting missing dependencies

* Apply suggestions from code review

Co-authored-by: Mark Robustelli <[email protected]>

* feedback updates

* renamed repo to fit standard

---------

Co-authored-by: Tatenda <[email protected]>
Co-authored-by: worktheclock <[email protected]>
Co-authored-by: Gareth Dwyer <[email protected]>
Co-authored-by: Gareth Dwyer <[email protected]>
Co-authored-by: Mark Robustelli <[email protected]>
  • Loading branch information
6 people authored Oct 10, 2023
1 parent 39f5c4a commit 32a30bf
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 115 deletions.
7 changes: 4 additions & 3 deletions astro/src/components/quickstarts/springboot-prereqs.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
- [Java](https://www.oracle.com/java/technologies/downloads/): Java can be installed via a variety of methods.
- [Java](https://www.oracle.com/java/technologies/downloads/): Java can be installed via a variety of methods. This app was built using Java 17. You can change which version to use by editing the project's `pom.xml` file. The code in this example should be compatible down to Java 8, though minor differences may occur.
- [Docker](https://www.docker.com): The quickest way to stand up FusionAuth. Ensure you also have [docker compose](https://docs.docker.com/compose/) installed.
- (Alternatively, you can [Install FusionAuth Manually](https://fusionauth.io/docs/v1/tech/installation-guide/)).

The example repository has already set up a Spring Boot template application that includes a Maven wrapper. You can find out more about those by viewing:
The example repository already has a Spring Boot application set up that includes a Maven wrapper. You can find out more by viewing:

- [Spring Initializr](https://start.spring.io/): The Spring Boot template generator webpage.
- [Maven Wrapper](https://maven.apache.org/wrapper/): A self-contained version of the Maven build tool which will download the application dependencies and compile the source code.

This app was built using Java 17. You can change which version to use by editing the project's `pom.xml` file. The code in this example should be compatible down to Java 8, though minor differences may occur.

Loading

0 comments on commit 32a30bf

Please sign in to comment.