Skip to content

add DSQL example for Spring Boot Hikari #1481

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danielfrankcom
Copy link
Contributor

Summary

This PR adds sample code for DSQL, which shows how to use the dsql plugin with Spring Boot and Hikari.

Description

The change includes a new sample directory, which shows a basic Spring Boot application which connects to a DSQL cluster. This sample differs from the samples in #1478, as the plugins and database configuration and set in a .yml file which is consumed by the application framework.

I have validated this example locally against a DSQL cluster, but it requires #1477. This PR should not be merged until the dependency PR has been merged.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@danielfrankcom danielfrankcom force-pushed the dev/frankcom/dsql-spring-sample branch from a10c0ce to 2455dd3 Compare July 17, 2025 18:17
@danielfrankcom
Copy link
Contributor Author

Update to 2455dd3 changes the dsql plugin name to iamDsql.

@danielfrankcom danielfrankcom force-pushed the dev/frankcom/dsql-spring-sample branch from 2455dd3 to fe9b450 Compare July 21, 2025 18:15
@danielfrankcom
Copy link
Contributor Author

Update to fe9b450 is a simple rebase, mostly to trigger CI jobs.

@@ -0,0 +1,16 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License").
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make sure the copyright headers are consistent across the sample files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants