hasan před 4 roky
rodič
revize
b2251f712b

+ 2 - 2
pom.xml

@@ -5,7 +5,7 @@
5
     <parent>
5
     <parent>
6
         <groupId>org.springframework.boot</groupId>
6
         <groupId>org.springframework.boot</groupId>
7
         <artifactId>spring-boot-starter-parent</artifactId>
7
         <artifactId>spring-boot-starter-parent</artifactId>
8
-        <version>2.6.3</version>
8
+        <version>2.6.1</version>
9
         <relativePath/> <!-- lookup parent from repository -->
9
         <relativePath/> <!-- lookup parent from repository -->
10
     </parent>
10
     </parent>
11
     <groupId>com.szls</groupId>
11
     <groupId>com.szls</groupId>
@@ -14,7 +14,7 @@
14
     <name>nstths</name>
14
     <name>nstths</name>
15
     <description>nstths</description>
15
     <description>nstths</description>
16
     <properties>
16
     <properties>
17
-        <java.version>17</java.version>
17
+        <java.version>1.8</java.version>
18
     </properties>
18
     </properties>
19
     <dependencies>
19
     <dependencies>
20
         <dependency>
20
         <dependency>

+ 2 - 4
src/main/resources/application.yml

@@ -1,3 +1,5 @@
1
+server:
2
+  port: 7077
1
 # DataSource Config
3
 # DataSource Config
2
 spring:
4
 spring:
3
   datasource:
5
   datasource:
@@ -7,7 +9,3 @@ spring:
7
     url: jdbc:mysql://36.134.100.155:3306/nstths?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC
9
     url: jdbc:mysql://36.134.100.155:3306/nstths?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC
8
   thymeleaf:
10
   thymeleaf:
9
     check-template-location: false
11
     check-template-location: false
10
-# Logger Config
11
-logging:
12
-  level:
13
-    com.szls.nstths: debug

+ 1 - 1
src/test/java/com/szls/nstths/NstthsApplicationTests.java

@@ -11,7 +11,7 @@ import java.util.Collections;
11
 @SpringBootTest
11
 @SpringBootTest
12
 class NstthsApplicationTests {
12
 class NstthsApplicationTests {
13
 
13
 
14
-    @Test
14
+    //@Test
15
     void contextLoads() {
15
     void contextLoads() {
16
 
16
 
17
         FastAutoGenerator.create("url", "username", "password")
17
         FastAutoGenerator.create("url", "username", "password")