Compare commits
No commits in common. "9bb8c094787bb0210376075b748973983b5e646c" and "6b38a6dc62d77fb27a5b0f2fd5289d1d111399c4" have entirely different histories.
9bb8c09478
...
6b38a6dc62
8
pom.xml
8
pom.xml
@ -40,11 +40,11 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- Source: https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
<!-- Source: https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.mongodb</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>mongodb-driver-sync</artifactId>
|
||||||
<version>42.7.11</version>
|
<version>5.6.5</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@ -4,10 +4,10 @@ import org.springframework.boot.SpringApplication;
|
|||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class AppGobiernoSB {
|
public class AppHogwartsSB {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(AppGobiernoSB.class, args);
|
SpringApplication.run(AppHogwartsSB.class, args);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user