Skip to content

Commit cbc7c7d

Browse files
finally fixes
1 parent 156b7db commit cbc7c7d

File tree

61 files changed

+205
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+205
-181
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>tech.ydb.app</groupId>
8-
<artifactId>lesson-1</artifactId>
8+
<artifactId>lesson-2.1</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

11-
<name>Lesson 1</name>
11+
<name>Выполнение запросов</name>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/lesson-1/src/main/java/tech/ydb/app/Application.java renamed to java/lesson-2.1/src/main/java/tech/ydb/app/Application.java

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>tech.ydb.app</groupId>
5-
<artifactId>lesson-3</artifactId>
5+
<artifactId>lesson-3.1</artifactId>
66
<version>1.0-SNAPSHOT</version>
7-
<name>Lesson-3</name>
7+
<name>Минимально работающий проект с одной таблицей</name>
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/lesson-2/src/main/java/tech/ydb/app/Application.java renamed to java/lesson-3.1/src/main/java/tech/ydb/app/Application.java

File renamed without changes.
File renamed without changes.

java/lesson-2/src/main/java/tech/ydb/app/IssueYdbRepository.java renamed to java/lesson-3.1/src/main/java/tech/ydb/app/IssueYdbRepository.java

File renamed without changes.

java/lesson-2/src/main/java/tech/ydb/app/SchemaYdbRepository.java renamed to java/lesson-3.1/src/main/java/tech/ydb/app/SchemaYdbRepository.java

File renamed without changes.

java/lesson-3/src/main/java/tech/ydb/app/IssueYdbRepository.java

Lines changed: 0 additions & 94 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>tech.ydb.app</groupId>
5-
<artifactId>lesson-2</artifactId>
5+
<artifactId>lesson-4.1</artifactId>
66
<version>1.0-SNAPSHOT</version>
7-
<name>Lesson-2</name>
7+
<name>Связи между тикетами: вторая таблица, распределённые транзакции</name>
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/lesson-4/src/main/java/tech/ydb/app/Application.java renamed to java/lesson-4.1/src/main/java/tech/ydb/app/Application.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ public static void main(String[] args) {
3232
printIssue(issue);
3333
}
3434

35-
System.out.println("Find by index `authorIndex`: ");
36-
printIssue(issueYdbRepository.findByAuthor("Author 2"));
37-
3835
var first = allIssues.get(0);
3936
var second = allIssues.get(1);
4037

0 commit comments

Comments
 (0)