Skip to content

Commit b6e3205

Browse files
committed
changes for gcp
1 parent 6aa2c89 commit b6e3205

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.mkruchok</groupId>
13-
<artifactId>DB6MK</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
13+
<artifactId>db6mk</artifactId>
14+
<version>1.1.0</version>
1515
<name>DB6MK</name>
1616
<description>DB6MK</description>
1717
<scm>

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
spring.datasource.url=jdbc:mysql://localhost:3306/AJAX_CURR?useSSL=false&allowPublicKeyRetrieval=true
1+
spring.datasource.url=jdbc:mysql://10.37.80.2:3306/AJAX_CURR
22
spring.datasource.username=root
33
spring.datasource.password=marko6462
4-
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
4+
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
55
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
66
spring.mvc.pathmatch.matching-strategy=ant-path-matcher
77
management.endpoints.web.exposure.include=*

0 commit comments

Comments
 (0)