|
|
@ -2,7 +2,6 @@ package com.fanruan.boot.env; |
|
|
|
|
|
|
|
|
|
|
|
import com.fanruan.boot.FSProperties; |
|
|
|
import com.fanruan.boot.FSProperties; |
|
|
|
import com.fanruan.boot.KVProperties; |
|
|
|
import com.fanruan.boot.KVProperties; |
|
|
|
import com.fanruan.boot.LoggerProperties; |
|
|
|
|
|
|
|
import com.fanruan.boot.SchedulerCoreComponent; |
|
|
|
import com.fanruan.boot.SchedulerCoreComponent; |
|
|
|
import com.fanruan.carina.Carina; |
|
|
|
import com.fanruan.carina.Carina; |
|
|
|
import com.fanruan.carina.annotions.FineComponent; |
|
|
|
import com.fanruan.carina.annotions.FineComponent; |
|
|
@ -89,7 +88,6 @@ import com.fr.stable.db.session.DBSession; |
|
|
|
import com.fr.stable.project.ProjectConstants; |
|
|
|
import com.fr.stable.project.ProjectConstants; |
|
|
|
import com.fr.tenant.context.TenantContext; |
|
|
|
import com.fr.tenant.context.TenantContext; |
|
|
|
import com.fr.tenant.context.provider.CurrentTenantKey; |
|
|
|
import com.fr.tenant.context.provider.CurrentTenantKey; |
|
|
|
import com.fr.third.apache.logging.log4j.Level; |
|
|
|
|
|
|
|
import com.fr.third.apache.logging.log4j.core.config.Configurator; |
|
|
|
import com.fr.third.apache.logging.log4j.core.config.Configurator; |
|
|
|
import com.fr.third.net.bytebuddy.implementation.MethodDelegation; |
|
|
|
import com.fr.third.net.bytebuddy.implementation.MethodDelegation; |
|
|
|
import com.fr.third.net.bytebuddy.matcher.ElementMatchers; |
|
|
|
import com.fr.third.net.bytebuddy.matcher.ElementMatchers; |
|
|
@ -103,7 +101,7 @@ import com.fr.transaction.RemoteTransactor; |
|
|
|
import com.fr.transaction.TransactorFactory; |
|
|
|
import com.fr.transaction.TransactorFactory; |
|
|
|
import com.fr.workspace.WorkContext; |
|
|
|
import com.fr.workspace.WorkContext; |
|
|
|
import com.fanruan.config.LocalConfigSource; |
|
|
|
import com.fanruan.config.LocalConfigSource; |
|
|
|
import com.fr.workspace.server.repository.config.LocalConfigSourceShell; |
|
|
|
import com.fanruan.repository.LocalConfigSourceShell; |
|
|
|
|
|
|
|
|
|
|
|
import java.net.URI; |
|
|
|
import java.net.URI; |
|
|
|
import java.sql.Connection; |
|
|
|
import java.sql.Connection; |
|
|
|