List of commits:
Subject Hash Author Date (UTC)
引入mybatis-plus-boot-starter@3.5.0 5de6337c72596d94847273e1f5c1eac72f615a62 Darren 2022-01-20 14:52:28
init 987817948db6829151065d2f8a7873b5ddb25773 Darren 2022-01-17 09:15:49
Commit 5de6337c72596d94847273e1f5c1eac72f615a62 - 引入mybatis-plus-boot-starter@3.5.0
Author: Darren
Author date (UTC): 2022-01-20 14:52
Committer name: Darren
Committer date (UTC): 2022-01-20 14:52
Parent(s): 987817948db6829151065d2f8a7873b5ddb25773
Signing key:
Tree: 4d59c3d20480b6b8302d7d2f3a4fdcec575daacf
File Lines added Lines deleted
pom.xml 6 0
File pom.xml changed (mode: 100644) (index 0a35dfb..f1cbb95)
52 52 <artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
53 53 <scope>test</scope> <scope>test</scope>
54 54 </dependency> </dependency>
55 <!--mybatis-plus-->
56 <dependency>
57 <groupId>com.baomidou</groupId>
58 <artifactId>mybatis-plus-boot-starter</artifactId>
59 <version>3.5.0</version>
60 </dependency>
55 61 </dependencies> </dependencies>
56 62
57 63 <build> <build>
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/darren/ToMmServer

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/darren/ToMmServer

Clone this repository using git:
git clone git://git.rocketgit.com/user/darren/ToMmServer

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main