Code Monkey home page Code Monkey logo

spring-memo-no-boot's Introduction

このリポジトリは何?

JJUGナイトセミナー「初めてのひとのためのSpring/Spring Boot」(2022年5月23日開催)の「実演編」ライブコーディングの、Spring Bootを使っていないバージョンです。

環境

  • JDK 17
  • Spring Framework 5.3
  • Thymeleaf 3
  • Spring JDBC 5.3
  • PostgreSQL 14.2
    • 今回はDocker Desktopで実行しています。
  • curlコマンド
  • jqコマンド

動かし方

PostgreSQLの起動

./docker-run-postghresql.sh

アプリケーションの起動

src/main/javaディレクトリの com.example.springmemo.SpringMemoApplication クラスにある main() メソッドから起動してください。

ブラウザでのアクセス

ブラウザで http://localhost:9000/ にアクセスしてください。

curlコマンドでの実行

次のコマンドを実行してください。

全memo取得

curl -v -X GET http://localhost:9000/memos | jq

memo追加

curl -v -X POST -H "Content-Type: application/json" -d "{\"content\":\"aaa\"}" http://localhost:9000/memos

Spring Bootを使っているバージョン

  • https://github.com/MasatoshiTada/spring-memo
    • config パッケージが無いことに注目してください。それ以外のパッケージは、ほぼこのリポジトリと同じです( main() メソッドだけちょっと違います)。

ためになる資料たち

spring-memo-no-boot's People

Contributors

masatoshitada avatar

Watchers

James Cloos avatar  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.