spring.datasource.url=jdbc:mysql://localhost:3306/student_db spring.datasource.username=root spring.datasource.password=your_password spring.jpa.hibernate.ddl-auto ...
INSERT INTO address (customer_id, address) VALUES (@customer_id, 'Bole Road, Addis Ababa'); INSERT INTO company (customer_id, company) VALUES (@customer_id, 'Google ...