0
点赞
收藏
分享

微信扫一扫

LabVIEW开发惯性测量系统

sin信仰 2023-07-15 阅读 54

1.添加依赖spring-boot-starter-web

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
		</dependency>

2.创建Html界面

在Resources/static 文件夹下面建立对应的html,比如我这边建立一个pages文件夹,然后再建立一个WelinkLogin的html界面。

3.完成

输入地址:运行输入地址http://localhost:8080/pages/welinklogin.html
在这里插入图片描述

举报

相关推荐

0 条评论