This file was deleted.

@@ -1,4 +1,2 @@
rootProject.name = 'vault'
include 'shared:fallback'
include 'vault-backend'
include 'vault-client'
include ':fallback', ':vault-backend', ':vault-client'

This file was deleted.

This file was deleted.

@@ -0,0 +1,13 @@
package daggerok.vault.client;

import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@Slf4j
@SpringBootApplication
public class Main {

public static void main(String[] args) {
log.info("bootRepackage stub");
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -1,7 +1,3 @@
dependencies {
compile(project(':shared:fallback'))
}

bootRepackage {
mainClass = 'daggerok.vault.backend.Main'
compile project(':fallback')
}
@@ -7,7 +7,7 @@
import java.util.Optional;

@Controller
public class IndexPage {
public class BackendIndexPage {

@GetMapping({
"",
@@ -1,7 +1,3 @@
dependencies {
compile(project(':shared:fallback'))
}

bootRepackage {
mainClass = 'daggerok.vault.client.Main'
compile project(':fallback')
}
@@ -7,7 +7,7 @@
import java.util.Optional;

@Controller
public class IndexPage {
public class ClientIndexPage {

@GetMapping({
"",
568 vault.iml

This file was deleted.

607 vault.ipr

Large diffs are not rendered by default.