minor cleanup
This commit is contained in:
parent
54d136518e
commit
7728d58e5b
|
@ -5,7 +5,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
|
||||
@SpringBootApplication
|
||||
public class Application {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
server.port=8081
|
||||
server.contextPath=/springbootapp
|
||||
logging.level.org.springframework.web: DEBUG
|
||||
logging.level.org.springframework.web: INFO
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
Loading…
Reference in New Issue