Chapter 05 Spring-Boot Integrated MyBatis Development

Chapter 05 Spring-Boot Integrated MyBatis Development

foreword

  • Why use Spring-Boot?

    You can refer to the official documentation.

  • What is Spring-Boot?

    Refer to the official documentation for instructions.

  • official address

    https://spring.io/projects/spring-boot

  • Why use MyBatis?

    Refer to official documents for details

  • What is MyBatis?

    For details, please refer to the official document

  • MyBatis Official Address

    Source code warehouse: https://github.com/mybatis/mybatis-3

    Official documentation: http://www.mybatis.org/mybatis-3/

    Snapshot repository: https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/

Target

  • Complete the installation and configuration of Jenkins in Docker.
  • Jenkins installed in Docker can provide external services normally.
  • The Jenkins continuous integration service can be accessed and used normally in the external development environment.

environment

  • **VMware:**VMware Workstation 14 Pro

  • **Linux:**CentOS7.4

  • **Docker:**18.06.0-ce, build 0ffa825

  • **Jenkins:**Jenkins2.121.1

  • **JDK:**jdk1.8.0_172

  • **Spring-Boot:**2.0.4

  • **Eclipse:**Eclipse Neon.3 (4.6.3)

  • spring-tool-suite:

    Version: 3.8.4.RELEASE
    Build Id: 201703310825
    Platform: Eclipse Neon.3 (4.6.3)

  • **Maven:**3.5.0

  • **MyBatis:**3.4.6

  • **mybatis-spring-boot:**1.3.2

ven:**3.5.0

  • **MyBatis:**3.4.6

  • **mybatis-spring-boot:**1.3.2

  • **mybatis-spring-boot:**1.2.5

Guess you like

Origin blog.csdn.net/pointdew/article/details/108541401