Skip to content

kty1965/calendar-feed

Repository files navigation

Install

Setting

In Mysql create user and grant privileges

$ create user 'dsd'@'%' identified by 'password';
$ grant all privileges on *.* to 'dsd'@'%';
$ flush privileges;

In Mysql create Databse

$ create database calendar_feed;

Rest of tables are made by JPA. And then You will modifiy resources/application.yml file.

spring:
  datasource:
    driver-class-name: "com.mysql.jdbc.Driver"
    url: "jdbc:mysql://localhost:3306/calendar_feed?useUnicode=true&characterEncoding=UTF-8"
    username: "dsd"
    password: "password"
  social:
    facebook:
      appId: "*"
      appSecret: "*"
      redirectUri: "http://localhost:8080/social/facebook/connected"

Run

Command line

$ gradle bootRun

Spring-sts

Run. Step 1 Run. Step 2 Run. Step 3 Run. Step 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors