List of commits:
Subject Hash Author Date (UTC)
配置数据库 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 cb660a7086abc552cf99603a66cd2b0cae821ec8 - 配置数据库
Author: Darren
Author date (UTC): 2022-01-20 14:52
Committer name: Darren
Committer date (UTC): 2022-01-20 14:52
Parent(s): 5de6337c72596d94847273e1f5c1eac72f615a62
Signing key:
Tree: 701c3ea8be6ad1cbe4e01882fe48c84043343191
File Lines added Lines deleted
src/main/resources/application.properties 0 1
src/main/resources/application.yml 12 0
File src/main/resources/application.properties deleted (index 8b13789..0000000)
1
File src/main/resources/application.yml added (mode: 100644) (index 0000000..43b98fa)
1 # 服务配置
2 server:
3 port: 82
4 # max-http-header-size: 10240
5
6 #spring相关配置
7 spring:
8 datasource:
9 driver-class-name: com.mysql.cj.jdbc.Driver
10 url: jdbc:mysql://72.44.69.122:3001/to-mm-server?serverTimezone=Asia/Shanghai
11 username: root
12 password: wow123
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