Compare commits

1 Commits

Author SHA1 Message Date
LukaszKrawczykDev
8bea0d35aa new java class 2025-10-16 15:24:13 +02:00
4 changed files with 5 additions and 7 deletions

1
.idea/vcs.xml generated
View File

@@ -2,6 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/DemoA" vcs="Git" />
</component>
</project>

View File

@@ -1,2 +1 @@
This id documentation of the project.
zmianyyyyy
This id documentation of the project.

View File

@@ -7,11 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
System.out.println("Hello World!");
//bhjvhvhvhjvj
}
}

View File

@@ -0,0 +1,4 @@
package com.example.demo;
public class demo {
}