-
Notifications
You must be signed in to change notification settings - Fork 72
doc: Add tutorial and code samples with Spring and Hikari #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a2f8acd to
72348e3
Compare
|
Investigating check failures. |
...ngBootHikariExample/src/main/java/software/amazon/SpringBootHikariExample/ApiController.java
Show resolved
Hide resolved
72348e3 to
8e729ac
Compare
07ffb30 to
4d6649f
Compare
cedcc87 to
ee83573
Compare
acbec22 to
2f8a5a7
Compare
|
|
||
| > Note: this tutorial was written using the following technologies: | ||
| > - Spring Boot 2.7..0 | ||
| > - AWS Advanced JDBC Wrapper 2.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > - AWS Advanced JDBC Wrapper 2.1.2 | |
| > - AWS Advanced JDBC Wrapper 2.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooo good catch! done!
2f8a5a7 to
994cdfd
Compare
| In this tutorial, you will set up a Spring Boot application using Hikari and the AWS Advanced JDBC Driver. | ||
|
|
||
| > Note: this tutorial was written using the following technologies: | ||
| > - Spring Boot 2.7..0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > - Spring Boot 2.7..0 | |
| > - Spring Boot 2.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed!
| ``` | ||
| You may also use the Spring Initializr to create the boilerplate code: | ||
| 1. Go to https://start.spring.io/ | ||
| 2. Select the Maven project and version 2.7.9 of the Spring Boot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 2. Select the Maven project and version 2.7.9 of the Spring Boot. | |
| 2. Select the Maven project and version 2.7.0 of the Spring Boot. |
994cdfd to
163eb50
Compare
Summary
Add tutorial and code samples with Spring and Hikari
Description
Add tutorial and code samples with Spring and Hikari
Additional Reviewers
@karenc-bq @sergiyv-improving @aaron-congo @crystall-bitquill
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.