Cambio gratuito del entorno Springboot 【8】

debug: false

server:
  port: 80

spring:
  http:
    encoding:
      charset: utf-8
  thymeleaf:
    cache: false
  mvc:
    date-format: yyyy-MM-dd
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/test
    username: root
    password: root

 

debug: false

server:
  port: 80

spring:
  http:
    encoding:
      charset: utf-8
  thymeleaf:
    cache: false
  mvc:
    date-format: yyyy-MM-dd
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://192.168.124.36:3306/test
    username: admin
    password: 123456





 

 

 

spring:
  profiles:
    active: dev

server:
  servlet:
    context-path: myspringboot:

 

 

92 artículos originales publicados · Me gusta5 · Visitantes más de 10,000

Supongo que te gusta

Origin blog.csdn.net/xfb1989/article/details/104038152
Recomendado
Clasificación