반응형
250x250
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
- Kafka
- codedeploy error
- kubeflow
- SQL
- PostgreSQL
- bootstrap
- Spring Error
- COALESCE
- Jenkins
- AWS CI/CD 구축하기
- or some instances in your deployment group are experiencing problems.
- chartjs
- Airflow
- VPN
- chart.js
- Python
- java bigdecimal
- 도커
- docker
- codebuild
- codedeploy
- IntelliJ
- Flux
- JavaScript
- codepipeline
- aws
- node
- aws cicd
- redis
- Spring
Archives
- Today
- Total
목록datasource 설정 (1)
Small Asteroid Blog
[spring] application.properties 의 datasource 설정하기(port, db) - DB연결하기
포트번호 변경 server.port=8082 데이터베이스 연결 # Database #driver-class-name 은 사용하고자 하는 데이터베이스로 #spring.datasource.driver-class-name=org.mariadb.jdbc.Driver spring.datasource.driverClassName=org.mariadb.jdbc.Driver #spring.datasource.url=데이터베이스 주소 spring.datasource.url=jdbc:mariadb://localhost:3306/gtck?characterEncoding=UTF-8&serverTimezone=UTC spring.datasource.username=아이디 spring.datasource.password=비밀번호..
백엔드/Spring
2021. 4. 27. 10:09