refactoring package 'dto' to 'model'

master
francesco 4 years ago
parent 5a5fe0149c
commit 0e2ad42c58

@ -2,7 +2,7 @@ package org.gcube.app.springbootangulardemo.controller;
import java.util.concurrent.atomic.AtomicLong;
import org.gcube.app.springbootangulardemo.dto.Greeting;
import org.gcube.app.springbootangulardemo.model.Greeting;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;

@ -1,4 +1,4 @@
package org.gcube.app.springbootangulardemo.dto;
package org.gcube.app.springbootangulardemo.model;
import java.util.Objects;
Loading…
Cancel
Save