修改
This commit is contained in:
parent
dcd3e0a386
commit
8e9089d574
17
pom.xml
17
pom.xml
|
|
@ -15,6 +15,9 @@
|
||||||
<description>MinecraftManager</description>
|
<description>MinecraftManager</description>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
|
<!-- 跳过测试 -->
|
||||||
|
<skipTests>true</skipTests>
|
||||||
|
<maven.test.skip>true</maven.test.skip>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
@ -22,11 +25,8 @@
|
||||||
<artifactId>spring-boot-starter</artifactId>
|
<artifactId>spring-boot-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<!-- 移除了spring-boot-starter-test依赖 -->
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-test</artifactId>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
|
|
@ -99,6 +99,8 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
@ -107,6 +109,11 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- 配置maven-compiler-plugin跳过测试 -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ public class Players {
|
||||||
|
|
||||||
@Column(name = "create_time")
|
@Column(name = "create_time")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
@Lob
|
||||||
private String description;
|
private String description;
|
||||||
@OneToOne
|
@OneToOne
|
||||||
@JoinColumn(name = "email")
|
@JoinColumn(name = "email")
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,11 @@ spring:
|
||||||
name: MinecraftManager
|
name: MinecraftManager
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://127.0.0.1:3306/minecraft_manager_ltd?useSSL=false
|
url: jdbc:mysql://127.0.0.1:3306/minecraft_manager_ltd?useSSL=false
|
||||||
username: admin
|
username: root
|
||||||
password: 123456
|
password: 3235566389lzh
|
||||||
|
# url: jdbc:mysql://127.0.0.1:3308/minecraft_manager_ltd?useSSL=false
|
||||||
|
# username: leisuretimedock
|
||||||
|
# password: ltd20250706
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
jpa:
|
jpa:
|
||||||
show-sql: true
|
show-sql: true
|
||||||
|
|
@ -26,8 +29,8 @@ spring:
|
||||||
auth: true
|
auth: true
|
||||||
ssl:
|
ssl:
|
||||||
enable: true
|
enable: true
|
||||||
username: admin@163.com
|
password: 1111
|
||||||
password: 123456789
|
username: email@163.com
|
||||||
port: 465
|
port: 465
|
||||||
host: smtp.163.com
|
host: smtp.163.com
|
||||||
|
|
||||||
|
|
|
||||||
BIN
src/main/resources/static/pic/1_1.png
Normal file
BIN
src/main/resources/static/pic/1_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
|
|
@ -107,10 +107,10 @@
|
||||||
<div class="timeline-badge primary"></div>
|
<div class="timeline-badge primary"></div>
|
||||||
<a class="timeline-panel text-muted" href="javascript:void(0);">
|
<a class="timeline-panel text-muted" href="javascript:void(0);">
|
||||||
<span>最近</span>
|
<span>最近</span>
|
||||||
<h6 class="mb-0">服务器某刻正在上演着趣事……<img alt=""
|
<h6 class="mb-0">服务器迈入机械动力时代,而且是1.20.1……<img alt=""
|
||||||
class="img-fluid w-100"
|
class="img-fluid w-100"
|
||||||
src="/pic/1.jpeg"></h6>
|
src="/pic/1_1.png"></h6>
|
||||||
<p class="mb-0">性感莫莫,在线被调</p>
|
<p class="mb-0">终于玩上机械动力了/(ㄒoㄒ)/~~</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -229,7 +229,7 @@
|
||||||
<h5 class="f-w-500">服务器群 <span class="pull-end">:</span>
|
<h5 class="f-w-500">服务器群 <span class="pull-end">:</span>
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-9 col-7"><span>776306754</span>
|
<div class="col-sm-9 col-7"><span>538751386</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -301,7 +301,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<p>@闲趣时坞 qq群号776306754</p>
|
<p>@闲趣时坞 qq群号538751386</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user