🎉 初始化项目

This commit is contained in:
cuianbing
2026-01-19 16:42:41 +08:00
commit 512a23f241
10 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# 端口号
server.port=8080

View File

@@ -0,0 +1,6 @@
<html>
<body>
<h1>hello word!!!</h1>
<p>this is a html page</p>
</body>
</html>