diff --git a/.gitignore b/.gitignore index 9154f4c..38c4a72 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ hs_err_pid* replay_pid* +/.idea/ +/*/*.iml diff --git a/dynamic-programming/pom.xml b/dynamic-programming/pom.xml new file mode 100644 index 0000000..273f5ec --- /dev/null +++ b/dynamic-programming/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + com.huangge119 + dynamic + 0.0.1-SNAPSHOT + dynamic-programming + dynamic-programming + + 8 + + + + org.projectlombok + lombok + 1.18.28 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +