|
@@ -7,11 +7,13 @@ import com.qmth.ops.biz.domain.Env;
|
|
|
import com.qmth.ops.biz.domain.Module;
|
|
|
import com.qmth.ops.biz.domain.NginxConfig;
|
|
|
import org.springframework.lang.Nullable;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import javax.validation.constraints.NotNull;
|
|
|
|
|
|
+@Service
|
|
|
public class NginxConfigService {
|
|
|
|
|
|
private static final long GLOBAL_MODULE_ID = 0L;
|