Skip to content

liuyuxuan6666/java-base64-encode-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

java-base64-encode-demo

Instruction/简介

This repository is a demo of the blog named 'java-base64-encode-and-decode'. In this repository I well show the usage of java base64 which is metioned in the blog.

这个仓库是一篇名为《Java Base64编码与解码》的文章的样例,介绍了文章中提到的Base64的各种使用方式。

OriginalLink/原文地址:https://www.baeldung.com/java-base64-encode-and-decode

ChineseTranspotationLink/翻译地址:https://www.codedemo.club/java-base64-encode-decode/

How To Boot it/如何启动项目

JavaVersion/Java版本: JDK1.8

Before run, you need to run mvn install in the project root directory

在开始之前,请在项目根目录运行mvn install

Every file can boot independently. Just run the main function in each file.

每个文件都可以单独运行,只需要直接运行文件中的main方法。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages