Giter VIP home page Giter VIP logo

pjbase_java's Introduction

pjbase_java

説明

このPJは待機中のメンバーがjavaのspringbootフレームワークを勉強するための環境です。 ロカールDBを用意して、SAMPLEデータのCRUDが一通り操作できます。 起動するため、GIT,Eclipse,PostgreSQLなど事前にインストールしてください。

インストール手順

GITインストール手順

Eclipseをインストール

PostgreSQLインストール手順 DBユーザのパスワードは′password′を設定してください。

ロカールDB作成、テブールやテストデータ作成手順

PostgreSQLのSQL SHELL (psql)で以下のコマンドを実施

create database testdb; PostgreSQLのSQL SHELL (psql)を再開いて、作成したtestdbを接続して以下のコマンドを実施

create table task ( id serial primary key,
name varchar(50),
tantosha varchar(20)
);

insert into task (name, tantosha) values ('タスク1', 'Aさん'), ('タスク2', 'Bさん')

プロジェクトpjbase_javaをGITからダウンロード手順

GITをインストール完了したら、Git Bashを使って以下のコマンドを実施

$ cdでダウンロードしたい場所へ移動

$ git clone https://github.com/seattleconsulting/pjbase_java.git

cloneしたプロジェクトpjbase_javaをEclipse開いてインプット、起動手順

インプット「一般→フォルダまだはアーカイブからプロジェクト」してください

実施はSPRING boot アプリケーションで実施

タスク一連画面  行って画面表示できればOK

pjbase_java's People

Contributors

sueaindraaung avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.