We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c04241 commit 631b876Copy full SHA for 631b876
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java
@@ -78,7 +78,10 @@ public enum DatabaseDriver {
78
79
/**
80
* Google App Engine.
81
+ * @deprecated since 2.7.0 for removal in 2.9.0 without replacement following the
82
+ * removal of AppEngineDriver from version 2.0 of the AppEngine API SDK.
83
*/
84
+ @Deprecated
85
GAE(null, "com.google.appengine.api.rdbms.AppEngineDriver"),
86
87
0 commit comments