提交修改
This commit is contained in:
parent
531fb8250e
commit
213272603e
9
api-web/api-interface/src/main/resources/pub_key.pem
Normal file
9
api-web/api-interface/src/main/resources/pub_key.pem
Normal file
@ -0,0 +1,9 @@
|
||||
-----BEGIN PUBLIC KEY-----
|
||||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx/QqdSnkS8wd7xFH0LHV
|
||||
pZTFVI+eWL383eAP7RaxHfRwXNDfZYrdi/Bt8Enko+1Wkr2FGY2kS4Hol5NCvuZ7
|
||||
UY28/L4r95dBEgXtflkrxeVbiNbWHtiIdNXZSgkrpUkZEFoh7ks5Ou3pAlpG+94/
|
||||
Nnc//D/yckM7AuD85G1foZMSO5niyVeFAed6z7CeBMAhRVdnOIDUqsI/NaHruT4f
|
||||
vWNzPnn5SQKoKum00vRHckxftUqMkZ1D/YxHiAycEc9H0hCgLW7ZM6UV88Loa6SP
|
||||
vhM0fmXIuk6p277ldlxFl6Bcxd5jOcCTjdpWaB3CeSXnSIBl6KsZNcV3vPC3xey1
|
||||
WwIDAQAB
|
||||
-----END PUBLIC KEY-----
|
||||
16
api-web/api-interface/src/test/java/com/api/test/Test4.java
Normal file
16
api-web/api-interface/src/test/java/com/api/test/Test4.java
Normal file
@ -0,0 +1,16 @@
|
||||
package com.api.test;
|
||||
|
||||
import com.heyu.api.data.utils.MD5Utils;
|
||||
|
||||
public class Test4 {
|
||||
public static void main(String[] args) {
|
||||
String code = MD5Utils.encode("quyixiaohukaiming");
|
||||
|
||||
System.out.println(code);
|
||||
|
||||
String code2 = MD5Utils.encode("quzhixing");
|
||||
|
||||
System.out.println(code2);
|
||||
|
||||
}
|
||||
}
|
||||
@ -6,8 +6,8 @@ MAINTAINER heyu
|
||||
|
||||
|
||||
# 设置时区为上海(北京时间)
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
#ENV TZ=Asia/Shanghai
|
||||
#RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
|
||||
# 挂载目录
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user