【发布时间】:2018-01-28 10:39:16
【问题描述】:
我在同一个 tomcat 上部署了两个 Spring Boot 应用程序,并且两个应用程序具有相同的数据源。
I get InstanceAlreadyExistsException: org.apache.tomcat.jdbc.pool.jmx:name=dataSourceMBean,type=ConnectionPool .
我已经设置好了
endpoints.jmx.domain=myapp
endpoints.jmx.uniqueNames=true。
但我仍然收到错误消息。任何建议
【问题讨论】:
标签: spring tomcat spring-boot