create user 'woong'@'%' identified by '1234';
GRANT ALL PRIVILEGES ON *.* TO 'woong'@'%';
create database woong;server:
port: 8090
servlet:
context-path: /
encoding:
charset: utf-8
enabled: true
server:
port: 8081
spring:
datasource:
url: jdbc:postgresql://localhost:1521/woong
username: woong
password: 1234
driver-class-name: org.postgresql.Drivernpm install -g @vue/cli
vue --version
vue create frontend