Skip to content

Commit

Permalink
Fixed "Failed to configure a DataSource: 'url' attribute is not speci…
Browse files Browse the repository at this point in the history
…fied and no embedded datasource could be configured"
  • Loading branch information
ducdmd152 committed Mar 19, 2023
1 parent 34aae77 commit d55851d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit d55851d

Please sign in to comment.