Skip to content

Commit

Permalink
changed version to java 17 for passing build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamaheshwari1 committed Oct 2, 2024
1 parent d1b016b commit 7f38cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com</groupId>
Expand All @@ -27,7 +27,7 @@
<url/>
</scm>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>
<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application-development.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# MySQL Database Connection
spring.datasource.url=jdbc:mysql://localhost:3306/library
spring.datasource.username=root
spring.datasource.password=<Add_Your_Password>
spring.datasource.username=<YOUR_USER>
spring.datasource.password=<YOUR_PASS>
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

# Hibernate Dialect for MySQL 8
Expand Down

0 comments on commit 7f38cdf

Please sign in to comment.