List of commits:
Subject Hash Author Date (UTC)
引入Apache Commons IO v2.11.0 765f9b317909154a332896f60b4d7a9397786d1a Darren 2022-01-25 07:46:51
spring devtools配置 57ea9da33488a86c5b45960fe0d2007445019fbf Darren 2022-01-25 07:03:00
相册 711f5793832b739df993e593852411342a448670 Darren 2022-01-20 14:54:03
配置数据库 cb660a7086abc552cf99603a66cd2b0cae821ec8 Darren 2022-01-20 14:52:46
引入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 765f9b317909154a332896f60b4d7a9397786d1a - 引入Apache Commons IO v2.11.0
Author: Darren
Author date (UTC): 2022-01-25 07:46
Committer name: Darren
Committer date (UTC): 2022-01-25 07:46
Parent(s): 57ea9da33488a86c5b45960fe0d2007445019fbf
Signing key:
Tree: b286393ac9c215e3daa2965f80ee81ad978ac607
File Lines added Lines deleted
pom.xml 6 0
File pom.xml changed (mode: 100644) (index f1cbb95..aaac3a0)
58 58 <artifactId>mybatis-plus-boot-starter</artifactId> <artifactId>mybatis-plus-boot-starter</artifactId>
59 59 <version>3.5.0</version> <version>3.5.0</version>
60 60 </dependency> </dependency>
61 <!-- Apache Commons IO -->
62 <dependency>
63 <groupId>commons-io</groupId>
64 <artifactId>commons-io</artifactId>
65 <version>2.11.0</version>
66 </dependency>
61 67 </dependencies> </dependencies>
62 68
63 69 <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