Configuration

This commit is contained in:
shimingxy
2020-06-25 14:24:26 +08:00
parent 57d7bf62e5
commit acd2f9f5b8
35 changed files with 38 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
*/
package org.maxkey.authz.endpoint;
import org.maxkey.config.ApplicationConfig;
import org.maxkey.configuration.ApplicationConfig;
import org.maxkey.crypto.ReciprocalUtils;
import org.maxkey.dao.service.AccountsService;
import org.maxkey.dao.service.AppsService;