forked from mykola-derevianko/DemoApplication1
Added: new line to main
This commit is contained in:
parent
c9a7173dc4
commit
00c07802be
9
.idea/DemoApplication1.iml
Normal file
9
.idea/DemoApplication1.iml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?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>
|
@ -1,4 +1,3 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
<component name="MavenProjectsManager">
|
<component name="MavenProjectsManager">
|
||||||
|
@ -11,6 +11,7 @@ public class BasicApplication {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("Custom2 application2");
|
System.out.println("Custom2 application2");
|
||||||
|
System.out.println("I was here");
|
||||||
System.out.println(new Date());
|
System.out.println(new Date());
|
||||||
SpringApplication.run(BasicApplication.class, args);
|
SpringApplication.run(BasicApplication.class, args);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user