This commit is contained in:
2023-12-19 10:39:53 +08:00
commit 1450189ea3
9 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/love-nav
username: root
password: 1611
driver-class-name: com.mysql.cj.jdbc.Driver

View File

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