新增了专家管理搜索条件1
This commit is contained in:
parent
34bc0a9977
commit
6730a9a5d2
@ -47,4 +47,4 @@ COPY --from=builder /app/sa-admin/target/*.jar app.jar
|
|||||||
EXPOSE 5477
|
EXPOSE 5477
|
||||||
|
|
||||||
# 启动应用
|
# 启动应用
|
||||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
ENTRYPOINT ["java", "-Duser.timezone=Asia/Shanghai", "-jar", "app.jar"]
|
||||||
|
|||||||
@ -47,4 +47,4 @@ COPY --from=builder /app/sa-admin/target/*.jar app.jar
|
|||||||
EXPOSE 5477
|
EXPOSE 5477
|
||||||
|
|
||||||
# 启动应用
|
# 启动应用
|
||||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
ENTRYPOINT ["java", "-Duser.timezone=Asia/Shanghai", "-jar", "app.jar"]
|
||||||
@ -10,6 +10,9 @@ import org.springframework.context.annotation.ComponentScan;
|
|||||||
import org.springframework.context.annotation.EnableAspectJAutoProxy;
|
import org.springframework.context.annotation.EnableAspectJAutoProxy;
|
||||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||||
|
|
||||||
|
import javax.annotation.PostConstruct;
|
||||||
|
import java.util.TimeZone;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SmartAdmin 项目启动类
|
* SmartAdmin 项目启动类
|
||||||
*
|
*
|
||||||
|
|||||||
@ -69,4 +69,4 @@ jackson:
|
|||||||
fail-on-unknown-properties: false
|
fail-on-unknown-properties: false
|
||||||
default-property-inclusion: always
|
default-property-inclusion: always
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: Asia/Shanghai
|
||||||
@ -61,4 +61,4 @@ jackson:
|
|||||||
fail-on-unknown-properties: false
|
fail-on-unknown-properties: false
|
||||||
default-property-inclusion: always
|
default-property-inclusion: always
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: Asia/Shanghai
|
||||||
@ -55,7 +55,7 @@ spring:
|
|||||||
fail-on-unknown-properties: false
|
fail-on-unknown-properties: false
|
||||||
default-property-inclusion: always
|
default-property-inclusion: always
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: Asia/Shanghai
|
||||||
|
|
||||||
# 缓存实现类型
|
# 缓存实现类型
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
@ -55,7 +55,7 @@ spring:
|
|||||||
fail-on-unknown-properties: false
|
fail-on-unknown-properties: false
|
||||||
default-property-inclusion: always
|
default-property-inclusion: always
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: Asia/Shanghai
|
||||||
|
|
||||||
# 缓存实现类型
|
# 缓存实现类型
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user