forked from mykola-derevianko/DemoApplication1
Merge pull request 'Added: new line to main' (#2) from Nero/DemoApplication1:master into master
Reviewed-on: mykola-derevianko/DemoApplication1#2
This commit is contained in:
commit
fddfd3423b
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">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="MavenProjectsManager">
|
||||
|
@ -11,6 +11,7 @@ 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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user