Compare commits
2 Commits
6b38a6dc62
...
9bb8c09478
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bb8c09478 | ||
|
|
b2d2fc88ff |
14
pom.xml
14
pom.xml
@ -40,13 +40,13 @@
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Source: https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync -->
|
||||
<dependency>
|
||||
<groupId>org.mongodb</groupId>
|
||||
<artifactId>mongodb-driver-sync</artifactId>
|
||||
<version>5.6.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- Source: https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.7.11</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -4,10 +4,10 @@ import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class AppHogwartsSB {
|
||||
public class AppGobiernoSB {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(AppHogwartsSB.class, args);
|
||||
SpringApplication.run(AppGobiernoSB.class, args);
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user