From 1450284fe7cfae1ed8783078b897887f1a7c2728 Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 11 Dec 2017 15:57:16 +0900 Subject: [PATCH] ing --- .idea/codeStyles/Project.xml | 24 +++++++++++++++++++ .../resources/archetype-resources/pom.xml | 19 ++++----------- .../__artifactId__/Application.java | 13 ---------- .../__artifactId__/ApplicationTests.java | 24 ------------------- 4 files changed, 28 insertions(+), 52 deletions(-) delete mode 100644 src/main/resources/archetype-resources/src/main/java/__packageInPathFormat__/__artifactId__/Application.java delete mode 100644 src/main/resources/archetype-resources/src/test/java/__packageInPathFormat__/__artifactId__/ApplicationTests.java diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 565c347..6d799a0 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -24,5 +24,29 @@