Skip to content

Instantly share code, notes, and snippets.

View joyang1's full-sized avatar
🥇
Coding

Tommy Yang joyang1

🥇
Coding
View GitHub Profile
@joyang1
joyang1 / gist:99fa6512f66b34932b70ab2c6d4f890b
Created February 24, 2020 14:41 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@joyang1
joyang1 / maven_errror
Last active September 20, 2019 07:54
一次 maven 打包异常记录
```xml
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArguments>
<verbose/>