Spring cloud with RDS, hello world
问题 I am newbie to Spring Cloud and wanted to write a simple "hello world" RDS program. My configuration is stored in the xml config as follows. <aws-context:context-credentials> ... </aws-context:context-credentials> <aws-context:context-region region="ap-southeast-1" /> <jdbc:data-source db-instance-identifier="amazonrds" password="${password}" read-replica-support="false"> <jdbc:pool-attributes initialSize="1" defaultCatalog="Records" testOnBorrow="true" validationQuery="SELECT 1" /> </jdbc