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 | 31 |
Tags
- Spring
- 플레이 프레임워크
- Logstash
- spring-kafka
- Elasticsearch
- Elk
- 카프카
- statestore
- kafka streams
- 한빛미디어
- schema registry
- aws
- reactive
- confluent
- Slick
- spring-cloud-stream
- springboot
- gradle
- avo
- kafkastream
- spring-batch
- kafka interactive query
- coursera
- RabbitMQ
- enablekafkastreams
- Kafka
- kafkastreams
- scala 2.10
- scala
- play framework
Archives
- Today
- Total
목록flash (1)
b
could not find implicit value for parameter flash
사용 파일들 1. main.scala.html 은 템플릿 파일이다 (즉, 직접 사용하지는 않고, 다른 UI들의 템플릿 역할만을 한다)- @(title: String)(content: Html)(implicit flash:play.api.mvc.Flash, lang: Lang) 2. editProduct.scala.html은 신규/ 수정을 위한 UI 페이지 이며 main템플릿을 이용한다.- @(productForm: Form[Product] )(implicit flash: Flash, lang: Lang)- @main(Messages("products.form")) { 3. details.scala.html은 조회를 위한 UI페이지이며 main템플릿을 이용한다@(product: Product)( lang:..
play framework
2013. 2. 3. 15:41