Changed to use local database and started adding admin rights

This commit is contained in:
Isaac Parenteau
2019-10-13 16:00:05 -05:00
parent c169061b07
commit 68a472d804
8 changed files with 49 additions and 41 deletions

View File

@ -116,7 +116,7 @@
<artifactId>flyway-maven-plugin</artifactId>
<version>${flyway.version}</version>
<configuration>
<url>jdbc:mariadb://devops.locusworks.net:3306/</url>
<url>jdbc:mariadb://localhost:3306/</url>
<outOfOrder>false</outOfOrder>
<schemas>
<schema>eighttrack</schema>
@ -126,8 +126,6 @@
<location>filesystem:${basedir}/src/main/resources/database/migration</location>
</locations>
</configuration>
<!-- <executions> <execution> <phase>process-sources</phase> <goals>
<goal>migrate</goal> </goals> </execution> </executions> -->
<dependencies>
<dependency>
<groupId>org.mariadb.jdbc</groupId>