List of commits:
Subject Hash Author Date (UTC)
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 57ea9da33488a86c5b45960fe0d2007445019fbf - spring devtools配置
Author: Darren
Author date (UTC): 2022-01-25 07:03
Committer name: Darren
Committer date (UTC): 2022-01-25 07:03
Parent(s): 711f5793832b739df993e593852411342a448670
Signing key:
Tree: 979005ba1478e91cf9d739f9bde01b07190b4a72
File Lines added Lines deleted
src/main/resources/application.yml 6 2
File src/main/resources/application.yml changed (mode: 100644) (index 43b98fa..8d208cd)
... ... server:
3 3 port: 82 port: 82
4 4 # max-http-header-size: 10240 # max-http-header-size: 10240
5 5
6 #spring相关配置
6 # spring相关配置
7 7 spring: spring:
8 8 datasource: datasource:
9 9 driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
10 10 url: jdbc:mysql://72.44.69.122:3001/to-mm-server?serverTimezone=Asia/Shanghai url: jdbc:mysql://72.44.69.122:3001/to-mm-server?serverTimezone=Asia/Shanghai
11 11 username: root username: root
12 password: wow123
12 password: wow123
13 # spring devtools
14 devtools:
15 restart:
16 enabled: true
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