The Wayback Machine - https://web.archive.org/web/20201219201501/https://github.com/topics/mapping
Skip to content
#

mapping

Here are 1,341 public repositories matching this topic...

Saljack
Saljack commented Oct 29, 2020

@Mapper has an attribute componentModel where you can define what component model will be generated but unfortunately there are no constants for it. I checked the SpringComponentProcessor and there is string too. So my proposal is to create a new class with constants which can be used there and then you can use it as @Mapper(componentModel=ComponentModel.SPRING).

public class Com
editor
orangemug
orangemug commented Jan 30, 2020

'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings

react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

  • Move code with side effects to componentDidMount, and set initial state in the constructor.
  • R
Richard1ybb
Richard1ybb commented Dec 11, 2020

I have config.yml in my current directory, but gormt use default databse info.

bogon:furcas-backend ybbrichard$ tree -L 1
├── Dockerfile
├── README.md
├── conf
├── config.yml
├── database.sql
├── domain
├── entrypoint.sh
├── go.mod
├── go.sum
├── logger
├── main.go
├── manage
├── middleware
├── model
├── operating
├── option
├── pkg
├── repository
├── router
├── servi

Improve this page

Add a description, image, and links to the mapping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mapping topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.