Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to connect to an external database like MSSQL or orcale

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Let's take MySQL as an example to think about this:

Step 1-Add dependencies of mysql connector to pom.xml mysql mysql-connector-java Step 2-Remove H2 dependencies from pom.xml

Or at least use it as a scope for testing.

Step 3-Install your MySQL database

More to see here-https://github.com/in28minutes/jpa-with-hibernate#installing-and-setting-up-mysql

Step 4-Configure your MySQL database connection

Configure application.properties

spring.jpa.hibernate.ddl-auto=nonespring.datasource.url=jdbc:mysql://localhost:3306/todo_examplespring.datasource.username=todouserspring.datasource.password=YOUR_PASSWORD Step 5-Restart and you're ready! Welcome to add me qq: 1038774626 to discuss technical issues.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report