Java 003maven仓库配置

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <repositories> <repository> <id>mymvn</id> <url>file:///Users/xxxx/maven_repo</url> </repository> <repository> <id>alimaven</id> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> </repository> <repository> <id>repo1</id> <name>Maven Repository</name> <url>https://repo1.maven.org/maven2</url> </repository> </repositories>……

阅读全文

OpenResty 003基于openresty的几个开发框架

kong api gateway Github: https://github.com/Mashape/kong orange api gateway Github: https://github.com/sumory/orange Lapis web 开发框架 Github: https://github.com/leafo/lapis Vanilla web 开发框架 Github: https://github.com/idevz/vanilla Lor web 开发框架 Github: https://github.com/sumory/lor……

阅读全文