Compare commits
2 Commits
c9a7173dc4
...
fddfd3423b
Author | SHA1 | Date | |
---|---|---|---|
fddfd3423b | |||
|
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">
|
||||
<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