Skip to content
Snippets Groups Projects
Commit a729e746 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#713 - refactor: move database type

parent 6cec88c7
No related branches found
No related tags found
No related merge requests found
Pipeline #6672 passed
package de.deadlocker8.budgetmaster.migration; package de.deadlocker8.budgetmaster.database;
public enum DatabaseType public enum DatabaseType
{ {
......
package de.deadlocker8.budgetmaster.utils; package de.deadlocker8.budgetmaster.utils;
import de.deadlocker8.budgetmaster.migration.DatabaseType; import de.deadlocker8.budgetmaster.database.DatabaseType;
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;
import javax.validation.constraints.Max; import javax.validation.constraints.Max;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment