HawkceraLtd / titanframework

TitanFramework is a JVM based microservice framework
http://www.titanframework.cn
1 stars 0 forks source link

Using run java application in IDEA will load all xml configuration in workplace #1

Open leopard0302 opened 6 years ago

leopard0302 commented 6 years ago

Using maven to compile all demo modules.

  1. Load all demos into IDEA
  2. Trying to run via launcher(main())
  3. The spring boot will load all xml configuration in my IDEA workplace
  4. As a result, that are 2 jooq.dslContext in memory
  5. In the end, failure to invoke jooq ORM feature.
HawkceraLtd commented 6 years ago

We are investigating, feedback to you ASAP

iclarky commented 6 years ago

Can you provide the following startup log ? @leopard0302