Skip to content

Commit 69139bc

Browse files
Merge pull request #2 from pactera-testing-wangyuzheng/Branch01
20241022 wyz new change at [class PostgresDemoApplication ]
2 parents d88b77b + d5d19f4 commit 69139bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/example/postgresdemo/PostgresDemoApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ public static void main(String[] args) {
1212
System.out.println("START:" + Time.now());
1313
SpringApplication.run(PostgresDemoApplication.class, args);
1414
System.out.println("End:" + Time.now());
15+
System.out.println("new change:"+ Time.now());
1516
}
1617
}

0 commit comments

Comments
 (0)