Commit 812c85f2 authored by liuzicheng's avatar liuzicheng

初始化项目

parent 7bb29f69
...@@ -10,4 +10,5 @@ RUN chmod 775 entrypoint.sh ...@@ -10,4 +10,5 @@ RUN chmod 775 entrypoint.sh
ADD *windows*.jar app.jar ADD *windows*.jar app.jar
ENTRYPOINT ["./entrypoint.sh"] ENTRYPOINT ["./entrypoint.sh"]
EXPOSE 8080 EXPOSE 8080
EXPOSE 12121
EXPOSE 8719 EXPOSE 8719
\ No newline at end of file
...@@ -155,4 +155,7 @@ public class CreditSubmitCommand extends AbstractCommand { ...@@ -155,4 +155,7 @@ public class CreditSubmitCommand extends AbstractCommand {
model.setClientName(basicModel.getName()); model.setClientName(basicModel.getName());
return model; return model;
} }
public static void main(String[] args) {
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment