Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran committed Jun 20, 2022
1 parent 3d00251 commit fd793b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private void appendContext(JHipsterModuleBuilder builder, JHipsterModuleProperti
.packageName(properties.basePackage())
.put("applicationName", properties.projectBaseName().capitalized())
.put("srcMainDocker", "src/main/docker") // Used in mariadb.md
.put("dockerImageWithVersion", dockerImage.fullName()); // Used in mariadb.yml
.put("mariaDBDockerImageWithVersion", dockerImage.fullName()); // Used in mariadb.yml
}

private void appendDocumentation(JHipsterModuleBuilder builder) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import static tech.jhipster.lite.TestUtils.assertFileExist;
import static tech.jhipster.lite.common.domain.FileUtils.getPath;
import static tech.jhipster.lite.generator.project.domain.Constants.*;
import static tech.jhipster.lite.generator.project.domain.Constants.POM_XML;
import static tech.jhipster.lite.generator.server.springboot.core.domain.SpringBoot.LOGGING_CONFIGURATION;
import static tech.jhipster.lite.generator.server.springboot.core.domain.SpringBoot.LOGGING_TEST_CONFIGURATION;

Expand Down

0 comments on commit fd793b3

Please sign in to comment.