index
int64
repo_id
string
file_path
string
content
string
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/PacketInfoResponse.java
package app.msign.qrsign.api; import lombok.Data; @Data public class PacketInfoResponse { private Boolean authRequired; private String version; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/PacketRequest.java
package app.msign.qrsign.api; import lombok.Data; @Data public class PacketRequest { private String signedUrl; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/PacketResponse.java
package app.msign.qrsign.api; import lombok.Data; import java.util.List; @Data public class PacketResponse { private String token; private String name; private String description; private Boolean dynamic; private String keyType; private List<DocumentResponse> documents; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/SignDetailResponse.java
package app.msign.qrsign.api; import lombok.Data; @Data public class SignDetailResponse { private String key; private String value; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/SignedDocumentRequest.java
package app.msign.qrsign.api; import lombok.Data; @Data public class SignedDocumentRequest { private String documentId; private String signature; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/SignedDocumentResponse.java
package app.msign.qrsign.api; import lombok.Data; @Data public class SignedDocumentResponse { private String documentId; private String signatureId; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/SignedDocumentsRequest.java
package app.msign.qrsign.api; import lombok.Data; import java.util.List; @Data public class SignedDocumentsRequest { private List<SignedDocumentRequest> signedDocuments; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/SignedDocumentsResponse.java
package app.msign.qrsign.api; import lombok.Data; import java.util.List; @Data public class SignedDocumentsResponse { private String status; private List<SignedResponse> signedDocuments; }
0
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign
java-sources/app/msign/qrsign-api/0.7/app/msign/qrsign/api/SignedResponse.java
package app.msign.qrsign.api; import lombok.Data; @Data public class SignedResponse { private String documentId; private String signatureId; }
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/constants/ApmConstants.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/AbstractMonitorMethod.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/AopLogMethodRegistrar.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/MonitorMethodAfter.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/MonitorMethodAround.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/MonitorMethodBefore.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/MonitorMethodProperties.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/annotation/EnableAopLogMethod.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/annotation/LogMethodAfter.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/annotation/LogMethodAround.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/annotation/LogMethodBefore.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/annotation/LogUnMonitor.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/log/method/aspectj/annotation/MonitorMethodAdvice.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/cloud/sleuth
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/cloud/sleuth/concurrent/TraceableExecutorEngine.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/cloud/sleuth
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/cloud/sleuth/trace/ApplicationEventTracer.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/config/ApmAutoConfiguration.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/config/ApmWebEndpointEnvironmentPostProcessor.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/job/AutoRollingLogFileJob.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring
java-sources/app/myoss/cloud/boot/myoss-starter-apm/2.3.1.RELEASE/app/myoss/cloud/apm/spring/job/AutoRollingLogFileProperties.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/caffeine/CaffeineCacheManagerWrap.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/caffeine/CaffeineCacheWrap.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/constants/CacheConstants.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock/LockService.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock/functions/BaseLockFunction.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock/functions/LockFunction.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock/functions/LockFunctionGeneric.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock/functions/LockFunctionGenericWithArgs.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/lock/functions/LockFunctionWithArgs.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/redis/RedisLockServiceAutoConfiguration.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/redis/RedisLockServiceImpl.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache
java-sources/app/myoss/cloud/boot/myoss-starter-cache/2.3.1.RELEASE/app/myoss/cloud/cache/redis/RedisProperties.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/constants/DeployEnvEnum.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/constants/MyossConstants.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/exception/BizRuntimeException.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/base/DateTimeFormatUtils.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/base/JavaTypeUtils.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/base/ParsedNumber.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/base/StringUtil.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/bean/BeanUtil.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/concurrent/CallableFunc.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/concurrent/ExecuteException.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/concurrent/ExecuteTimeoutException.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/concurrent/ExecuteUnit.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/concurrent/ExecutorEngine.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/concurrent/MergeUnit.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/dto/DictItem.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/dto/Direction.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/dto/Order.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/dto/Page.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/dto/Result.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/dto/Sort.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/dto/TransformValue.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/io/FileUtil.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/io/StreamUtil.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json/JsonApi.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json/JsonArray.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json/JsonObject.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json/JsonSpi.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json/impl/FastJsonApi.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json/impl/GsonApi.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/json/impl/JacksonApi.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/serializer/Serialization.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/serializer/SerializationException.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/serializer
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/serializer/impl/JdkSerialization.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/serializer
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/lang/serializer/impl/StringSerialization.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot/config/CommonAutoConfiguration.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot/config/CoreCommonEnvironmentPostProcessor.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot/config/DeployEnvEnvironmentPostProcessor.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/boot/config/FastJsonAutoConfiguration.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/context/SpringContextHolder.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/spring/support/PrefixOrSuffixBeanNameGenerator.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/EmojiUtils.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/EmojiValueFastJsonSerializer.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/EmojiValueGsonSerializer.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/EmojiValueJacksonSerializer.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/FastJsonUtils.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/IdCardUtils.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/JacksonMapper.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/NameStyle.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/ProxyClassUtils.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/ProxyTargetUtils.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/RandomUtils.java
/* * Copyright 2018-2020 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core
java-sources/app/myoss/cloud/boot/myoss-starter-core/2.3.1.RELEASE/app/myoss/cloud/core/utils/YamlUtils.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/constants/WebConstants.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http/HttpUrlBuilder.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http/loadbalancer/LoadBalancerClientRequestFactory.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http/loadbalancer/LoadBalancerClientRequestInterceptor.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http/loadbalancer/ServiceRequestWrapper.java
/* * Copyright 2018-2019 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/http/okhttp3/HttpLoggingInterceptor.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/spring
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/spring/boot/BootApplication.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
0
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/spring/boot
java-sources/app/myoss/cloud/boot/myoss-starter-web/2.3.1.RELEASE/app/myoss/cloud/web/spring/boot/config/FastJsonWebConfig.java
/* * Copyright 2018-2018 https://github.com/myoss * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...