We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8480086 commit 7f00d0bCopy full SHA for 7f00d0b
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/java/apijson/demo/DemoSQLConfig.java
@@ -41,7 +41,7 @@
41
* https://github.com/Tencent/APIJSON/blob/master/%E8%AF%A6%E7%BB%86%E7%9A%84%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3.md#c-1-1%E4%BF%AE%E6%94%B9%E6%95%B0%E6%8D%AE%E5%BA%93%E9%93%BE%E6%8E%A5
42
* @author Lemon
43
*/
44
-public class DemoSQLConfig extends APIJSONSQLConfig {
+public class DemoSQLConfig extends APIJSONSQLConfig<Long> {
45
46
public DemoSQLConfig() {
47
super();
0 commit comments