`
lsj626472785
  • 浏览: 16052 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

spring-boot之helloWorld

阅读更多

需要添加一个类,然后写一个方法,注释使用RestController

@RestController

public class HelloWorld {

@RequestMapping("/")

public String sayHelloWorld(){

return "hello world!";

}

}

之后通过springApplicationMain中的类run启动即可

之后浏览器访问:http://127.0.0.1:8081/就可以看到hello world了

解释RestController注解的作用是返回json格式的数据

 

 

分享到:
评论

相关推荐

    spring-boot-helloworld

    【Spring Boot HelloWorld】项目概述 Spring Boot是由Pivotal团队提供的全新框架,旨在简化Spring应用的初始搭建以及开发过程。它集成了大量的常用第三方库配置,如数据源、JPA、定时任务、缓存、消息、邮件等,...

    spring-boot-01-helloworld.zip

    Spring Boot学习笔记-------(二)spring boot入门,配套例子代码,博客地址:https://blog.csdn.net/huaya1127/article/details/104130300

    spring-boot-helloworld.zip

    在 "spring-boot-helloworld.zip" 这个压缩包中,我们很可能是找到了一篇关于 Spring Boot 入门的博客文章示例代码,用于展示如何构建一个简单的 "Hello World" 应用。 在 Spring Boot 中创建一个 "Hello World" ...

    spring-boot的helloWorld

    在这个"spring-boot的helloWorld"程序中,我们将深入探讨Spring Boot的基本结构和关键特性。 1. **Spring Initializr**: 创建Spring Boot项目时,通常会用到Spring Initializr,这是一个在线工具或IDE插件,用于...

    spring-boot-samples-master

    1. **基础设置**:包括最基本的Spring Boot应用启动,如"spring-boot-sample-basic",它展示了如何创建一个简单的"Hello, World!"应用程序,解释了Spring Boot的启动类和自动配置机制。 2. **Web应用**:"spring-...

    spring-boot2.0全新教程实例20例.zip

    - [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld):Spring Boot 的 hello World 版本 - [spring-boot-web]...

    Android代码-spring-boot-examples

    spring-boot-hello:Spring Boot 2.0 Hello World 示例 spring-boot-banner:Spring Boot 定制 Banner 示例 spring-boot-docker:使用 Docker 部署 Spring Boot 示例 dockercompose-springboot-mysql-nginx :Docker...

    Spring boot 示例 官方 Demo

    spring-boot-helloWorld:spring-boot的helloWorld版本 spring-boot-mybaits-annotation:注解版本 spring-boot-mybaits-xml:xml配置版本 spring-boot-mybatis-mulidatasource:springboot+mybatis多数据源最简解决...

    spring-boot示例项目

    helloworld|[spring mvc,Spring Boot项目创建,单元测试](https://github.com/smltq/spring-boot-demo/blob/master/helloworld/HELP.md) web|[ssh项目,spring mvc,过滤器,拦截器,监视器,thymeleaf,lombok,jquery,...

    spring-boot-hello-world:Spring Boot 应用程序示例

    - "spring-boot-hello-world-master"目录下的项目通常包含以下关键组件: - `pom.xml`:这是Maven的项目对象模型文件,用于管理依赖和构建设置。 - `src/main/java`:源代码目录,其中包含主类和其他业务逻辑。 ...

    helloworld-spring-boot-starter.zip

    `helloworld-spring-boot-starter`就是一个很好的示例,它封装了特定的功能,使得其他Spring Boot项目能方便地引入并使用。下面我们将深入探讨这个主题。 首先,让我们了解什么是Spring Boot Starter。Spring Boot ...

    spring-boot很多实例

    server','springboot-elasticsearch','springboot-freemarker','springboot-helloworld','springboot-mybatis','springboot-mybatis-annotationspringboot-mybatis-annotation','springboot-mybatis-mutil-...

    spring-security-helloworld

    【标题】"spring-security-helloworld" 是一个基于Spring Security框架的简单示例项目,它用于初学者理解并实践Spring Security的基础用法。Spring Security是一个强大的安全框架,为Java应用程序提供了全面的安全...

    spring-boot源码

    1. **spring-boot-01-helloworld-quick**:这是Spring Boot的基础入门示例,通常展示如何快速启动一个简单的“Hello World”应用。它会讲解如何利用@SpringBootApplication注解来启动一个包含配置、自动配置和Spring...

    a-spring-boot-01-hello.zip_claws4qq_java_modernr3n_spring boot

    对于简单的“Hello World”应用,可能有一个名为`HelloController`的控制器类,其中定义了一个返回“Hello, Spring Boot!”的@RequestMapping方法。 此外,Spring Boot还支持健康检查、指标暴露、外部化配置等特性...

    Spring Boot Examples

    spring-boot-helloWorld:spring-boot的helloWorld版本 spring-boot-mybaits-annotation:注解版本 spring-boot-mybaits-xml:xml配置版本 spring-boot-mybatis-mulidatasource:springboot+mybatis多数据源最简...

    spring-boot-cli-2.0.0.M5-bin.zip

    - 例如,键入`spring run HelloWorld.groovy`,其中`HelloWorld.groovy`是包含Spring Boot应用逻辑的脚本。 4. **开发周期**: - Spring Boot CLI支持热加载,这意味着当你的代码更改后,只需要重新运行`spring ...

    about learning Spring Boot. Spring Boot 教程、技术栈示例代码,快速简单上手教程.zip

    Spring Boot 学习示例 Spring Boot 2.0 Mysql 5.6 ...spring-boot-helloworld:Spring Boot 3.0 Hello World Test 单元测试示例 spring-boot-scheduler:Spring Boot 3.0 定时任务 scheduler 使用示例 .....

    spring-boot-hello-world

    《Spring Boot HelloWorld详解:从入门到实践》 Spring Boot,作为Spring框架的一种简化开发方式,以其开箱即用、约定优于配置的特点深受开发者喜爱。在本文中,我们将深入探讨一个名为"spring-boot-hello-world"的...

    spring-boot-helloworld:开始学习sprint引导

    在我们的压缩包文件`spring-boot-helloworld-master`中,我们可以预期包含以下内容: 1. `pom.xml` - Maven的项目对象模型文件,用于管理项目的依赖和构建过程。 2. `src/main/java` - Java源代码目录,通常会有一...

Global site tag (gtag.js) - Google Analytics