Skip to content

JULLEY/springboot-vuejs-postgresql-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo's app

DB

create user 'woong'@'%' identified by '1234';
GRANT ALL PRIVILEGES ON *.* TO 'woong'@'%';
create database woong;

yml 설정

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.Driver

vue 설정

npm install -g @vue/cli
vue --version
vue create frontend

About

app-springboot-vuejs-postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published