MAC、iPhone 使用自带的邮件客户端登陆阿里邮箱
使用mac 或者是 iPhone 自带的邮件客户端登录阿里邮箱进行收发邮件
阅读更多public class ThreadTest {
public static class MyThread extends Thread {
@Override
public void run() {
Thread.sleep(100);
System.out.println("Hello world");
}
}
public static void main(String[] args) {
// 创建线程
MyThread myThread = new MyThread();
// 启动线程
Node Version Manager - Simple bash script to manage multiple active node.js versions
有时我们需要安装多个版本的nodejs,安装可能不是什么难事
在启动类的同级目录下新建一个 ServletInitializer.java
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
// DemoApplication.class 是启动类
return application.sources(DemoApplication.class);
}
}
修改 maven 的打包