Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Environment

System

MacOS Catalina 10.15.6

JAVA Version

JAVA 11

IDEA Version

IntelliJ IDEA 2020.2(Ultimate Edition)

Git Version

2.15.0

Install JAVA 11

Link: Install JAVA 11, Multi Version 1.8(Multi Version), 11

Install Git

Option 1. Install git using hombrew

brew install git

Option 2. Install git using Official Web site

Download

https://git-scm.com/download/Mac → Binary installer

...

Install

...

Version Check

git --version

...

Install IntelliJ IDEA

Option 1. Install IntelliJ IDEA Ultimate using hombrew

brew install intellij-idea

Option 2. Install IntelliJ IDEA Ultimate using Official Web site

Download - IntelliJ IDEA Ultimate

https://www.jetbrains.com/idea/download/

...

Install - IntelliJ IDEA Ultimate

Move into Applications

...

...

ICE4 - BackendCore Project Setting For IntelliJ

Source Code Download

Git Clone

Click Get Version Control

...

Write Account Information

URL: http://dcsf-dev08.i-on.net/dxp/backendcore.git

...

Write Username & Password

...

Git Checkout

Click right side master

...

Choose what you want to checkout git branch

...

...

Project Setting

Java Version Setting

Go to File → Project Structure

...

  1. Set Project SDK as a 11

  2. Set Project Language level as a SDK default(JAVA 11)

...

Gradle Setting

Go to Preferences

...

Gradle JVM is Project SDK 11(JAVA 11)

...