积木报表

This commit is contained in:
liupopo
2023-12-07 10:15:38 +08:00
parent 833f96ddbd
commit 155e668dac
17 changed files with 4137 additions and 1 deletions

15
Dockerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM anapsix/alpine-java:8_server-jre_unlimited
MAINTAINER jeecgos@163.com
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN mkdir -p /jimureport
WORKDIR /jimureport
EXPOSE 8085
ADD ./target/jimureport-example-1.6.jar ./
CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-1.6.jar