이전 개정 돌아가기 단축키
su - 한후 crtl + d 하면 이전개정으로 돌아간다. whoami
웹개발/Linux
2016. 1. 16. 02:28
Building Java Projects with Maven
To start from scratch, move on to Set up the project. 1. Create the directory structure In a project directory of your choosing, create the following subdirectory structure; for example, with mkdir -p src/main/java/hello on *nix systems: 1, mkdir -p src/main/java/hello 2, src/main/java/hello/HelloWorld.java vi src/main/java/hello/HelloWorld.java package hello; public class HelloWorld { public st..
웹개발/Java
2016. 1. 16. 01:11