Initial commit

This commit is contained in:
2025-10-20 11:49:51 +08:00
commit 8c82a0feb2
11 changed files with 444 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# 应用服务 WEB 访问端口
server.port=8080

View File

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