Compare commits
2 Commits
6b38a6dc62
...
9bb8c09478
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bb8c09478 | ||
|
|
b2d2fc88ff |
8
pom.xml
8
pom.xml
@ -40,11 +40,11 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- Source: https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync -->
|
<!-- Source: https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mongodb</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>mongodb-driver-sync</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>5.6.5</version>
|
<version>42.7.11</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 AppHogwartsSB {
|
public class AppGobiernoSB {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(AppHogwartsSB.class, args);
|
SpringApplication.run(AppGobiernoSB.class, args);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user