Compare commits
7 Commits
9dd0592445
...
ff53026f2e
Author | SHA1 | Date |
---|---|---|
|
ff53026f2e | 4 months ago |
|
2e2b47f53a | 4 months ago |
|
7eef6ae9c6 | 4 months ago |
|
a07589a68c | 4 months ago |
|
7eac7084ff | 4 months ago |
|
386c5e8af4 | 4 months ago |
|
25dbdcdb43 | 4 months ago |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,14 @@
|
||||
FROM mysql:8.0.19
|
||||
|
||||
MAINTAINER opsli.com
|
||||
LABEL version=V2.2.0
|
||||
LABEL description=OPSLI-快速开发平台
|
||||
LABEL qqGroup=724850675
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
# 切换为上海时区
|
||||
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \
|
||||
&& echo $TZ > /etc/timezone
|
||||
|
||||
COPY ./opsli-boot.sql /docker-entrypoint-initdb.d
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
springboot3 与 springboot2版本不兼容
|
@ -1,5 +1,8 @@
|
||||
超级管理员 -
|
||||
system Bb123456.
|
||||
|
||||
普通管理员账户 -
|
||||
admin Aa123456.
|
||||
|
||||
演示账户 -
|
||||
demo Aa123456.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue