Skip to content

Commit 37bca04

Browse files
author
李云龙
committed
remove
1.database automation construction 2.modify Logs default directory
1 parent 6244fe3 commit 37bca04

File tree

6 files changed

+0
-985
lines changed

6 files changed

+0
-985
lines changed

moss-web/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
7676
<version>2.9.2</version>
7777
</dependency>
7878

79-
<dependency>
80-
<groupId>org.liquibase</groupId>
81-
<artifactId>liquibase-core</artifactId>
82-
</dependency>
83-
8479

8580

8681
</dependencies>

moss-web/src/main/java/org/xujin/moss/config/LiquibaseConfig.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

moss-web/src/main/resources/application.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ spring:
2424
admin:
2525
## 兼容配置Spring Boot 1.X的端点和自定义的端点
2626
probed-endpoints: ["metricsInfo","metrics:metrics","infoLogFile","errorLogFile","jardeps","appInfo","health", "env", "metrics", "httptrace:trace", "httptrace", "threaddump:dump", "threaddump", "jolokia", "info", "logfile", "refresh", "flyway", "liquibase", "heapdump", "loggers", "auditevents", "mappings", "scheduledtasks", "configprops", "caches", "beans"]
27-
liquibase:
28-
change-log: classpath:config/liquibase/master.xml
29-
drop-first: false # true 优先drop整库之后,顺序执行 master.xml
30-
enabled: true
31-
check-change-log-location: true
3227

3328
server:
3429
port: 8080

0 commit comments

Comments
 (0)