Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
chore: fix name error
Browse files Browse the repository at this point in the history
  • Loading branch information
itning committed Apr 29, 2020
1 parent 0fcee10 commit a0405b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sport</groupId>
<artifactId>sports-mail-server</artifactId>
<artifactId>sports-mall-server</artifactId>
<version>1.0.1-RELEASE</version>
<name>sports-mail-server</name>
<name>sports-mall-server</name>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
##########################################################
server.port=8888
spring.application.name=sports-mail-server
spring.application.name=sports-mall-server
spring.jpa.open-in-view=true
spring.freemarker.check-template-location=false
server.tomcat.min-spare-threads=50
Expand Down

0 comments on commit a0405b9

Please sign in to comment.