JAVA
IDEA
Spring Boot 启动命令行太长
修改文件.idea/workspace.xml
1 | <component name="PropertiesComponent"> |
反编译
1 | # https://varaneckas.com/jad/ |
Java启动参数
JVM参数
1 | -ea |
Java参数
1 | --server.port=80 |
Maven
1 | docker run -it --rm \ |
1 | # 发布 |
单元测试
1 |
|
1 | <dependency> |
源码上传插件
1 | <plugin> |
规范
多仓库规范
https://maven.apache.org/guides/mini/guide-multiple-repositories.html
Remote repository URLs are queried in the following order for artifacts until one returns a valid result:
- Global
settings.xml
- User
settings.xml
- Local POM
- Parent POMs, recursively
- Super POM
For each of these locations, the repositories within the profiles are queried first in the order outlined at Introduction to build profiles.
- 本文作者: fightinggg
- 本文链接: http://fightinggg.github.io/yilia/yilia/QKVJ40.html
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!