From ac4fc7d79db944fb7f51c79d0e7662a434bd2c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=A9=E8=BE=95=E9=BE=99=E5=84=BF?= Date: Wed, 20 Sep 2023 09:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=A7=84=E5=88=92=EF=BC=88=E5=9F=BA=E7=A1=80=E7=89=88?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ dynamic-programming/pom.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 dynamic-programming/pom.xml 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 + + + + +