Compare commits

..

No commits in common. "fddfd3423bc0a4d1ae3f860191bf936e74de36b1" and "c9a7173dc491a220ba60970161f71c003263dcb7" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">

View File

@ -11,7 +11,6 @@ public class BasicApplication {
public static void main(String[] args) {
System.out.println("Start application");
System.out.println("Custom2 application2");
System.out.println("I was here");
System.out.println(new Date());
SpringApplication.run(BasicApplication.class, args);
}