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