Discussion:
[OpenSCAD] Multiple DB connection issue with spring Boot using MyBatis
brijesh
2018-12-04 07:59:44 UTC
Permalink
Facing one issue , Wanted to know is it limitation of myBatis to connect two
DB at runtime .
Objective is we are trying to do DML operation with same DB url with
different users(Multiple DB conn).Issue is like While trying to switch DB
conn using #MyBatis at runtime It always point to primary DB(Single
user).Sad to see another user don't get chance.

Any help would be appreciated.



--
Sent from: http://forum.openscad.org/
Kevin Toppenberg
2018-12-04 20:10:50 UTC
Permalink
Is this related to OpenSCAD?

Kevin
Post by brijesh
Facing one issue , Wanted to know is it limitation of myBatis to connect two
DB at runtime .
Objective is we are trying to do DML operation with same DB url with
different users(Multiple DB conn).Issue is like While trying to switch DB
conn using #MyBatis at runtime It always point to primary DB(Single
user).Sad to see another user don't get chance.
Any help would be appreciated.
--
Sent from: http://forum.openscad.org/
_______________________________________________
OpenSCAD mailing list
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Loading...