alcooooo

プログラミングとガジェットと文具!!

2018-01-01から1年間の記事一覧

application.yml

spring: mvc: view: prefix: /WEB-INF/views/ suffix: .jsp datasource: driverClassName: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/test username: root password: xxxxxxxx

Java -repository

Javaあんまさわらず忘れるからめも あとで追記する Repository DB接続を行うクラス (DAO import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.RowMapper; import org.springframe…

関数名とか

関数名 Introduction | JavaScript Style Guide