SCIM Support

This commit is contained in:
shimingxy
2020-06-13 12:29:27 +08:00
parent 57c990803f
commit cd0ce7d54d
7 changed files with 170 additions and 6 deletions

View File

@@ -33,7 +33,8 @@ import org.springframework.context.annotation.ImportResource;
"org.maxkey.authn",
"org.maxkey.dao",
"org.maxkey.web",
"org.maxkey.web.tag"
"org.maxkey.web.tag",
"org.maxkey.identity.scim.controller"
})
@MapperScan("org.maxkey.dao.persistence,")
public class MaxKeyMgtApplication extends SpringBootServletInitializer {