创建cloud父组件,并将项目改为主服务+微服务MatchingSystem
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#default server port
|
||||
server.port=3000
|
||||
|
||||
#mysql database connect profile
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=mysqlPassword
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/kob?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: center">
|
||||
<img src="/image/img.png">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user