Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
examsAndAdmissions
Commits
b2d65e48
Commit
b2d65e48
authored
1 year ago
by
Mahesh Maney R
Browse files
Options
Download
Patches
Plain Diff
fixing deployment issues <ManeyMR>.
parent
51e25e89
main
Response_fixes
access_based_check
auxillary_apis
bug_fix_question_paper_upload
development
fee_changes
fee_workflow
github/fork/ruksana2808/filter_bug_examCycle
instituteApis_shishir
uri_access_check
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common-util/pom.xml
+16
-0
common-util/pom.xml
upsmf-entity/src/main/resources/application.properties
+1
-1
upsmf-entity/src/main/resources/application.properties
with
17 additions
and
1 deletion
+17
-1
common-util/pom.xml
+
16
−
0
View file @
b2d65e48
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
upsmf-entity/src/main/resources/application.properties
+
1
−
1
View file @
b2d65e48
server.port
=
529
8
server.port
=
529
9
spring.r2dbc.url
=
r2dbc:postgresql://localhost:5432/userDb
spring.r2dbc.url.username
=
postgres
spring.r2dbc.url.password
=
root
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets