#I5E717
This commit is contained in:
MaxKey
2022-06-28 19:44:01 +08:00
parent 544ca00ede
commit be29096fb2

View File

@@ -45,13 +45,13 @@ import org.springframework.context.annotation.ComponentScan;
"org.maxkey.persistence",
"org.maxkey.synchronizer",
"org.maxkey.web",
"org.maxkey.web.access.contorller",
"org.maxkey.web.access.contorller",
"org.maxkey.web.api.endpoint",
"org.maxkey.web.apps.contorller",
"org.maxkey.web.contorller",
"org.maxkey.web.endpoint",
"org.maxkey.web.interceptor",
"org.maxkey.web.permissions.contorller",
"org.maxkey.web.permissions.contorller",
"org.maxkey.web.tag"
})
@MapperScan("org.maxkey.persistence.mapper,")