JPA Spring Boot를 통해 AWS Athena 액세스 저는 스프링 부트 jpa 데이터 소스를 사용하여 AWS athena를 사용하려고 합니다.지정된 속성으로 데이터 소스를 설정하려고 했습니다. spring.datasource.driver-class-name=com.amazonaws.athena.jdbc.AthenaDriver spring.datasource.url=jdbc:awsathena://athena.us-east-1.amazonaws.com:443/default spring.datasource.username=***** spring.datasource.password=*** spring.datasource.tomcat.connectionProperties=s3_staging_dir=***..