牛客网讨论社区(一)环境搭建

  1. 使用的技术架构
    springBoot
    Spring MVC, myBatis
    Redis,kafka,Elasticsearch
    Spring Security, Spring Actuator
  2. 开发环境
    构建工具:MAVEN
    开发工具:IDEA
    数据库:MySQL, Redis
    应用服务器:TOMCAT
    版本控制工具:Git
    3.MAVEN
    本地仓库 .m/repository
    远程仓库:中央仓库,镜像仓库
    MAVEN可以编译,测试,管理包
  3. IDEA
    集成了MAVEN,配置指定的MAVEN
  4. Spring intializr
    底层还是MAVEN
    .jar
    springBoot 2.3.4
    导入包:web,Thymeleaf,devtools(开发者工具,每次不需要重启服务器)
    5 测试搭建
# ServerProperties
server.port=8080
server.servlet.context-path=/community
@Controller
@RequestMapping("/alpha")
public class AlphaController {

    @RequestMapping("/hello")
    @ResponseBody
    public String hello(){
        return "hello!springBoot";
    }
}

结果
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值