Commit ec39bc57 by Patryk Czarnik

Utworzenie projektu BazyDanych

parent 5f9fb67e
...@@ -22,7 +22,7 @@ public class Watki3_Demon { ...@@ -22,7 +22,7 @@ public class Watki3_Demon {
System.out.println("main: wątki uruchomione"); System.out.println("main: wątki uruchomione");
try { try {
Thread.sleep(50); Thread.sleep(60);
} catch (InterruptedException e) { } catch (InterruptedException e) {
} }
System.out.println("main: poczekałem sobie"); System.out.println("main: poczekałem sobie");
......
/target/
/.settings/
/.classpath
/.project
/*.iml
/.idea/
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>pl.alx.kjava</groupId>
<artifactId>PC23-BazyDanych</artifactId>
<version>1.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment