Merge pull request #8 from lumijiez/dimas
finally move to mysql
This commit was merged in pull request #8.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -32,4 +32,4 @@ build/
|
|||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
!**/src/main/resources/application.properties
|
/src/main/resources/application.properties
|
||||||
|
|||||||
8
pom.xml
8
pom.xml
@@ -46,11 +46,11 @@
|
|||||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||||
<version>3.1.3</version>
|
<version>3.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
|
<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.microsoft.sqlserver</groupId>
|
<groupId>com.mysql</groupId>
|
||||||
<artifactId>mssql-jdbc</artifactId>
|
<artifactId>mysql-connector-j</artifactId>
|
||||||
<version>12.4.1.jre11</version>
|
<version>8.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user