1
0

feat(all): 完成镜像打包

This commit is contained in:
2025-08-30 10:56:46 +08:00
parent 7f3b61b854
commit fbcdbba608
11 changed files with 116 additions and 24 deletions

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="jpa" name="JPA">
<configuration>
<setting name="validation-enabled" value="true" />
<setting name="provider-name" value="Hibernate" />
<datasource-mapping>
<factory-entry name="entityManagerFactory" value="a8b9cd0a-335e-42ae-991a-f2733200afbf" />
</datasource-mapping>
<naming-strategy-map />
</configuration>
</facet>
</component>
</module>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>leopard</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>leopard-server</artifactId>
@@ -101,6 +101,14 @@
</exclude>
</excludes>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

View File

@@ -0,0 +1,4 @@
spring:
web:
resources:
static-locations: file:/app/web

View File

@@ -1,5 +1,7 @@
server:
port: 9786
compression:
enabled: true
spring:
application:
name: leopard-server
@@ -14,4 +16,4 @@ spring:
jpa:
generate-ddl: true
fenix:
print-banner: false
print-banner: false