diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2ab2d3c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..853f53d --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +.gradle +/build/ +/**/build/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr +/out/ +/**/out/ +.shelf/ +.ideaDataSources/ +dataSources/ + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +/node_modules/ + +### OS ### +.DS_Store diff --git a/README.md b/README.md index 1abc839..2553246 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ +> 1、文章会优先更新在Github和公总号里,个人博客可能会有延迟。 +> +> 2、[个人博客](https://youthlql.gitee.io/)。如果想要良好的阅读体验,可以[Github在线阅读](https://blog.youthlql.vip/JavaYouth/),或者[Gitee在线阅读](https://youthlql.gitee.io/JavaYouth)。 +> +> 3、转载须知:转载请注明GitHub出处,让我们一起维护一个良好的技术创作环境! +> +> 4、笔者会陆续更新,如果对你有所帮助,不妨点个star~。你的star是我创作的动力。 + + + + + +

+ +

+ + + + + - [Java](#java)