最新代码提交

dev
wj 2 years ago
parent 4cdc5c3475
commit 4e82b6a1a8

@ -179,11 +179,6 @@
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-fonts</artifactId>
<version>6.0.0</version>
</dependency>
<!-- PDF生成 -->
<dependency>

@ -2,13 +2,11 @@ package com.glxp.udi;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@EnableTransactionManagement
@SpringBootApplication
@ComponentScan
public class ApiAdminApplication {
public static void main(String[] args) {

@ -31,7 +31,6 @@ import java.util.List;
@EnableKnife4j
@Configuration
@EnableSwagger2
@Import(BeanValidatorPluginsConfiguration.class)
public class Knife4jConfiguration {

@ -26,6 +26,19 @@ spring:
url: http://localhost:8888
instance:
prefer-ip: true
management:
endpoint:
health:
show-details: always
logfile:
external-file: ../logs/UDIC_UDI_Server/web_debug.log
endpoints:
web:
exposure:
include: "*"
logging:
level:
com.glxp.udi.admin.dao: debug
@ -39,17 +52,7 @@ UDI_SERVER:
followRedirects: false
key: 17fbb8f8782c11ecaec9902e16f86c51
file_path: D:/1s/udims
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
management:
endpoint:
health:
show-details: always
logfile:
external-file: ../logs/UDIC_UDI_Server/web_debug.log
endpoints:
web:
exposure:
include: "*"
file_path: D:/1s/udims

Loading…
Cancel
Save