@@ -37,7 +37,7 @@
<import resource="classpath:config/framework/spring/framework-spring.xml" />
<!--<import resource="classpath:config/framework/hornetq/hornetqPublisher.xml" />-->
- <import resource="classpath:config/framework/hornetq/dataPublisherFactory.xml" />
+<!-- <import resource="classpath:config/framework/hornetq/dataPublisherFactory.xml" />-->
@@ -1,4 +1,4 @@
-FROM tomcat:7-jdk8
+FROM tomcat:9-jdk8
ENV TZ "Asia/Shanghai"
COPY docker-entrypoint.sh /usr/local/bin/
COPY server.xml /usr/local/tomcat/conf/
ENTRYPOINT ["sh","/usr/local/bin/docker-entrypoint.sh"]