Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- View
- Uipath
- html
- Board
- React
- Eclipse
- 배열
- Java
- jsp
- rpa
- 상속
- 문자열
- jquery
- db
- 자료구조
- API
- 조건문
- spring
- Array
- SpringBoot
- 이클립스
- Controller
- JDBC
- Oracle
- mysql
- Scanner
- Database
- Thymeleaf
- string
- MVC
Archives
- Today
- Total
목록Google (1)
유정잉

1. spring.start.io에서 project 생성 2) setting -> Build -> Gradle -> JDK 17로 설정 / Project Structure에서 Project와 Modules 셋팅 설정 3) application.properties -> applicationproperties.yml로 변경 server: port: 8080# JDBCspring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/yujung username: root password: 00000000 # JPA jpa: database-platform: org.hi..
네이버 클라우드 부트캠프/복습 정리
2024. 6. 26. 11:25