filmov
tv
Microservices with Gradle java spring boot Part 2|SpringJPA_oracle|CRUD application using Spring.

Показать описание
#java #javacoding #javaprogramming #springboot #springboottutorial #microservices #microsericecoding #microservices
In vedio,we have connect our Spring boot application with Oracle SQL plus user
Oracle sql plus command to create new user and grant permission
CONNECT sys AS sysdba;
-- Provide the necessary SYS password when prompted
CREATE USER Artiest IDENTIFIED BY Artiest;
GRANT CONNECT, RESOURCE TO Artiest;
server:
port:8099
spring:
datasource:
username:ARTIEST
password:ARTIEST
jpa:
show-sql:true
hibernate:
ddl-auto:update
properties:
hibernate:
Important Playlist:-
In vedio,we have connect our Spring boot application with Oracle SQL plus user
Oracle sql plus command to create new user and grant permission
CONNECT sys AS sysdba;
-- Provide the necessary SYS password when prompted
CREATE USER Artiest IDENTIFIED BY Artiest;
GRANT CONNECT, RESOURCE TO Artiest;
server:
port:8099
spring:
datasource:
username:ARTIEST
password:ARTIEST
jpa:
show-sql:true
hibernate:
ddl-auto:update
properties:
hibernate:
Important Playlist:-