Commit b2d65e48 authored by Mahesh Maney R's avatar Mahesh Maney R
Browse files

fixing deployment issues <ManeyMR>.

Showing with 17 additions and 1 deletion
+17 -1
......@@ -322,6 +322,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.14</version>
<configuration>
<mainClass>com.tarento.upsmf.examsAndAdmissions.ExamsAndAdmissionsApplication</mainClass>
<layout>JAR</layout>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
server.port = 5298
server.port = 5299
spring.r2dbc.url = r2dbc:postgresql://localhost:5432/userDb
spring.r2dbc.url.username = postgres
spring.r2dbc.url.password = root
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment