We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf1932 commit 8b21274Copy full SHA for 8b21274
pom.xml
@@ -126,6 +126,18 @@
126
127
<build>
128
<plugins>
129
+ <plugin>
130
+ <groupId>org.springframework.boot</groupId>
131
+ <artifactId>spring-boot-maven-plugin</artifactId>
132
+ <version>2.6.3</version> <!-- Use the appropriate version -->
133
+ <executions>
134
+ <execution>
135
+ <goals>
136
+ <goal>repackage</goal>
137
+ </goals>
138
+ </execution>
139
+ </executions>
140
+ </plugin>
141
<plugin>
142
<groupId>com.microsoft.azure</groupId>
143
<artifactId>azure-webapp-maven-plugin</artifactId>
src/main/resources/application.properties
@@ -1,5 +1,5 @@
1
spring.application.name=mychatapi
2
-server.port=80
+server.port=8080
3
4
spring.jackson.property-naming-strategy=SNAKE_CASE
5
0 commit comments