discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Multiple DB connection issue with spring Boot using MyBatis

B
brijesh
Tue, Dec 4, 2018 7:59 AM

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/

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/
KT
Kevin Toppenberg
Tue, Dec 4, 2018 8:10 PM

Is this related to OpenSCAD?

Kevin

On Tue, Dec 4, 2018 at 3:00 AM brijesh brijeshsrivastava21@gmail.com
wrote:

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
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Is this related to OpenSCAD? Kevin On Tue, Dec 4, 2018 at 3:00 AM brijesh <brijeshsrivastava21@gmail.com> wrote: > 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 > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >