Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
demoSSD committed Mar 4, 2023
1 parent a7c91e3 commit cd5f302
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 系统分析与设计-----超市管理系统



Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.example.supermarket_back.controller;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

@Controller
@RequestMapping("/hello")
public class HelloWord {
}
2 changes: 1 addition & 1 deletion supermarket_back/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 应用名称
spring.application.name=supermarket_back
# 应用服务 WEB 访问端口
server.port=8080
server.port=8091


0 comments on commit cd5f302

Please sign in to comment.