Skip to content

Learn everything that I interested in and record the code in action.

Notifications You must be signed in to change notification settings

jeepchenup/In-Action

Repository files navigation

In-Action

本项目是一个学习DEMO项目,结合博客(语雀)来做演示。

信息记录

  • SpringBoot、SpringCloud对应适配版本地址

版本

  • JDK1.8
  • Spring Boot
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.3.1.RELEASE</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
  • Spring Cloud
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies</artifactId>
        <version>Hoxton.SR6</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
  • Spring Cloud Alibaba
    <dependency>
        <groupId>com.alibaba.cloud</groupId>
        <artifactId>spring-cloud-alibaba-dependencies</artifactId>
        <version>2.2.1.RELEASE</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>

包名命名规则

以com.inaction.<module_name>开头

例如module是Spring-Boot-Actuator-In-Action,那么包名将是以com.inaction.springboot.actuator开头。

About

Learn everything that I interested in and record the code in action.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published