Skip to content

picky-panda/picky-panda-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

1. clone this repository
2. Create a file named application.yml inside the resources folder.
3. Fill in the contents of the application.yml file.

application.yml

server:
  port:

spring:
  output:
    ansi:
      enabled:

  datasource:
    driver-class-name:
    url:
    username:
    password:

  jpa:
    hibernate:
      ddl-auto:
    properties:
      hibernate:
        show_sql:
        format_sql:
        use_sql_comments:
    open-in-view:

  security:
    user:
      name:
      password:

jwt:
  secret:
  access-expiration:
  refresh-expiration:

google:
  client-id:
  client-secret:

picky-panda-server

picky-panda-server with Spring, Java

🛠️ Environment

Idea IntelliJ
Spring version 3.2.2
Database AWS RDS(MySQL), Redis
Server Google Cloud Platform E2(Ubuntu)
Project build tool Gradle
Java version Java 17
package structure domain package structure
API test PostMan
External connection Google login

☁️ ERD


📂 Project Structure

📂 picky-panda-server
├── build.gradle
└── src
    └── main
        ├── 📂 java/io/picky/panda
        │   ├── PickyPandaApplication.java
        │   ├── 🗂 auth
        │   ├── 🗂 common
        │   ├── 🗂 config
        │   ├── 🗂 exception
        │   ├── 🗂 external
        │   ├── 🗂 restaurant
        │   ├── 🗂 review
        │   ├── 🗂 security
        └── 📂 resources
            ├── application.yaml

About

picky-panda-server with Spring, Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages